Skip to content

Commit cfe6f1a

Browse files
committed
Attempt to fix windows build
Seems to be using msys by mistake after previous edit
1 parent fcdba9a commit cfe6f1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
uses: lukka/run-vcpkg@v11
4545
id: runvcpkg
4646
with:
47-
runVcpkgInstall: true
48-
vcpkgTriplet: '${{ matrix.triplet }}'
4947
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
5048
vcpkgGitCommitId: 'b46d9050a9d40d54d24cac3ef8d50402d421f598'
5149

@@ -107,6 +105,8 @@ jobs:
107105
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
108106
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
109107
-DBUILD_SHARED_LIBS=${{ matrix.shared }}
108+
env:
109+
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
110110

111111
- name: 'print ccache stats'
112112
run: ccache -s

0 commit comments

Comments
 (0)