Skip to content

Commit eea7af0

Browse files
committed
test: steps.vcpkg.outputs.toolchain-file
1 parent 1e19fb6 commit eea7af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Configure CMake
9898
run: |
9999
cmake -B ${{github.workspace}}/build `
100-
-DCMAKE_TOOLCHAIN_FILE=${{ steps.vcpkg.outputs.vcpkgToolchainFile }} `
100+
-DCMAKE_TOOLCHAIN_FILE=${{ steps.vcpkg.outputs.toolchain-file }} `
101101
-DVCPKG_TARGET_TRIPLET=${{ env.VCPKG_TRIPLET }} `
102102
-S ${{github.workspace}}
103103

0 commit comments

Comments
 (0)