Fix: [Actions] Use same vcpkg commit for CI on macOS as release builds
This commit is contained in:
3
.github/workflows/ci-build.yml
vendored
3
.github/workflows/ci-build.yml
vendored
@@ -159,7 +159,8 @@ jobs:
|
|||||||
uses: lukka/run-vcpkg@v6
|
uses: lukka/run-vcpkg@v6
|
||||||
with:
|
with:
|
||||||
vcpkgDirectory: '/usr/local/share/vcpkg'
|
vcpkgDirectory: '/usr/local/share/vcpkg'
|
||||||
doNotUpdateVcpkg: true
|
doNotUpdateVcpkg: false
|
||||||
|
vcpkgGitCommitId: 2a42024b53ebb512fb5dd63c523338bf26c8489c
|
||||||
vcpkgArguments: 'freetype liblzma lzo'
|
vcpkgArguments: 'freetype liblzma lzo'
|
||||||
vcpkgTriplet: '${{ matrix.arch }}-osx'
|
vcpkgTriplet: '${{ matrix.arch }}-osx'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user