Skip to content

Commit

Permalink
Correct path to vcpkg.cmake file in win build
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 2, 2024
1 parent b76109c commit 4e85795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ls
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/../vcpkg/scripts/buildsystems/vcpkg.cmake
cmake -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake ..
- name: Build Solution (windows)
run: |
cd build
Expand Down

0 comments on commit 4e85795

Please sign in to comment.