Skip to content

Commit

Permalink
update preset test
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Feb 8, 2025
1 parent 1fc32ac commit 569d913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
ninja --version
- name: Configure CMake
run: |
cmake -B build -S . -DCMAKE_CXX_STANDARD=17 ${{ matrix.args.arg }}
cmake -B build -S . -DCMAKE_CXX_STANDARD=17 -DCMAKE_TOOLCHAIN_FILE="cmake/gnu-toolchain.cmake" ${{ matrix.args.arg }}
env:
CMAKE_GENERATOR: "Ninja Multi-Config"
- name: Build Release
Expand Down

0 comments on commit 569d913

Please sign in to comment.