mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
Fix: [Actions] Use same vcpkg commit for CI on macOS as release builds
This commit is contained in:
parent
af0acc9a75
commit
da4c404f3d
3
.github/workflows/ci-build.yml
vendored
3
.github/workflows/ci-build.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user