Don't use vcpkg on local macOS

This commit is contained in:
RickyRister 2025-10-05 03:29:38 -07:00
parent cff16346ef
commit aa4626be59
3 changed files with 12 additions and 3 deletions

View file

@ -318,7 +318,7 @@ jobs:
CMAKE_GENERATOR: '${{env.CMAKE_GENERATOR}}'
VCPKG_DISABLE_METRICS: 1
VCPKG_BINARY_SOURCES: 'clear;files,${{ steps.vcpkg-cache.outputs.path }},readwrite'
run: .ci/compile.sh --server --test --ccache "$CCACHE_SIZE"
run: .ci/compile.sh --server --test --ccache "$CCACHE_SIZE" --use-vcpkg
- name: Sign app bundle
if: matrix.make_package && (github.ref == 'refs/heads/master' || needs.configure.outputs.tag != null)