Skip to content

Commit

Permalink
no ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Coulom committed Sep 18, 2024
1 parent cbb3a80 commit 2ace3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/universal_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Configure CMake
working-directory: ${{github.workspace}}/compcmake
run: cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Debug --toolchain "${{env.VCPKG_INSTALLATION_ROOT}}/scripts/buildsystems/vcpkg.cmake"
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug --toolchain "${{env.VCPKG_INSTALLATION_ROOT}}/scripts/buildsystems/vcpkg.cmake"

- name: Test
uses: threeal/[email protected]
Expand Down

0 comments on commit 2ace3a9

Please sign in to comment.