Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 19, 2024
1 parent fec76ae commit c0396ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y clang-${{ matrix.clang-ver }} g++-multilib libgl-dev ninja-build rapidjson-dev
- name: CMake generate
run: cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -B build
run: |
cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -B build
ls -1
- name: Build
working-directory: build
run: ninja
Expand Down

0 comments on commit c0396ef

Please sign in to comment.