We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e19fb6 commit eea7af0Copy full SHA for eea7af0
.github/workflows/autobuild.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Configure CMake
98
run: |
99
cmake -B ${{github.workspace}}/build `
100
- -DCMAKE_TOOLCHAIN_FILE=${{ steps.vcpkg.outputs.vcpkgToolchainFile }} `
+ -DCMAKE_TOOLCHAIN_FILE=${{ steps.vcpkg.outputs.toolchain-file }} `
101
-DVCPKG_TARGET_TRIPLET=${{ env.VCPKG_TRIPLET }} `
102
-S ${{github.workspace}}
103
0 commit comments