Fix: [Actions] Use same vcpkg commit for CI on macOS as release builds

This commit is contained in:
Owen Rudge 2021-02-08 15:39:53 +00:00
parent af0acc9a75
commit da4c404f3d
1 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,8 @@ jobs:
uses: lukka/run-vcpkg@v6
with:
vcpkgDirectory: '/usr/local/share/vcpkg'
doNotUpdateVcpkg: true
doNotUpdateVcpkg: false
vcpkgGitCommitId: 2a42024b53ebb512fb5dd63c523338bf26c8489c
vcpkgArguments: 'freetype liblzma lzo'
vcpkgTriplet: '${{ matrix.arch }}-osx'