diff options
author | Owen Rudge <owen@owenrudge.net> | 2021-02-08 15:39:53 +0000 |
---|---|---|
committer | Owen Rudge <owen@owenrudge.net> | 2021-02-08 16:13:03 +0000 |
commit | da4c404f3d9be98427d292dd2dd707573aa4a68f (patch) | |
tree | 188abce8db5e3da71f3bd503b6c578cd9a1e2e60 /.github/workflows | |
parent | af0acc9a75c4399d5aa330a811e0706be20b5995 (diff) | |
download | openttd-da4c404f3d9be98427d292dd2dd707573aa4a68f.tar.xz |
Fix: [Actions] Use same vcpkg commit for CI on macOS as release builds
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci-build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8b9a160d9..9833d5e51 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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' |