Skip to content

Commit

Permalink
Fix CI windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su committed Dec 11, 2023
1 parent 6f4bd88 commit 35e8d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:

- name: Run CMake config
run: |
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=$ENV:VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -G "Visual Studio 16 2019" -A x64
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=./VCPKG/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows
- name: Build
run: |
Expand Down

0 comments on commit 35e8d3a

Please sign in to comment.