Skip to content

Commit

Permalink
Try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
welchr committed May 13, 2024
1 parent 2cda531 commit 935a054
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: Install required Ubuntu packages
run: |
set -euxo pipefail
sudo apt-get update
sudo apt-get install -y \
build-essential \
Expand All @@ -25,14 +26,15 @@ jobs:
zlib1g-dev \
liblzma-dev \
locales
locale-gen en_US.UTF-8
sudo locale-gen en_US.UTF-8
- name: Install python dependencies
run: |
pip3 install cget
- name: Build
run: |
set -euxo pipefail
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cget/cget/cget.cmake -DBUILD_TESTS=1 ..
Expand Down

0 comments on commit 935a054

Please sign in to comment.