Skip to content

Commit

Permalink
Fix triplet variable
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Nov 21, 2024
1 parent 1f2e21b commit 4712f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=$VCPKG_DEFAULT_TRIPLET -DBUILD_ONLY_TESTS=ON
cmake .. -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=$Env:VCPKG_DEFAULT_TRIPLET -DBUILD_ONLY_TESTS=ON
cmake --build . --config Release -j 4
- name: Test
Expand Down

0 comments on commit 4712f87

Please sign in to comment.