Skip to content

Commit

Permalink
Use vcpkg for win64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su committed Jul 12, 2024
1 parent f69407d commit e0c265b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Configure CMake64
shell: bash
working-directory: ${{runner.workspace}}/build64
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -G "Visual Studio 16 2019"
run: cmake $GITHUB_WORKSPACE "-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" -DCMAKE_BUILD_TYPE=$BUILD_TYPE -G "Visual Studio 16 2019"

- name: Build
working-directory: ${{runner.workspace}}/build64
Expand Down

0 comments on commit e0c265b

Please sign in to comment.