Skip to content

Commit 61e6886

Browse files
authored
Merge pull request #187 from Model-Validation/bugfix/add-ninja-to-github-runner
Bugfix/add ninja to GitHub runner
2 parents 30c365b + 92a01da commit 61e6886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Boost
3232
run: |
3333
sudo apt update
34-
sudo apt install -y libboost-all-dev libboost-test-dev
34+
sudo apt install -y libboost-all-dev libboost-test-dev ninja-build
3535
- name: cmake configure
3636
run : mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release -DQL_BUILD_EXAMPLES=false -DQL_BUILD_TEST_SUITE=false -DQL_BUILD_BENCHMARK=false -DQL_ENABLE_SESSIONS=true -DORE_BUILD_DOC=false -G "Ninja" ..
3737
- name: cmake build

0 commit comments

Comments
 (0)