Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteCat6142 committed Aug 13, 2024
1 parent 55da0b3 commit 1cafba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
sudo apt-get install ninja-build lld
- name: Build
run: |
cmake -S . -B build --preset=default
cmake -S . -B build --preset=default -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja
ninja -v -C ./build

0 comments on commit 1cafba9

Please sign in to comment.