There was an error while loading. Please reload this page.
1 parent fcdba9a commit cfe6f1aCopy full SHA for cfe6f1a
1 file changed
.github/workflows/build.yml
@@ -44,8 +44,6 @@ jobs:
44
uses: lukka/run-vcpkg@v11
45
id: runvcpkg
46
with:
47
- runVcpkgInstall: true
48
- vcpkgTriplet: '${{ matrix.triplet }}'
49
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
50
vcpkgGitCommitId: 'b46d9050a9d40d54d24cac3ef8d50402d421f598'
51
@@ -107,6 +105,8 @@ jobs:
107
105
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
108
106
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
109
-DBUILD_SHARED_LIBS=${{ matrix.shared }}
+ env:
+ VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
110
111
- name: 'print ccache stats'
112
run: ccache -s
0 commit comments