Don't use vcpkg on local macOS (#6225)

* Don't use vcpkg on local macOS

* fix typo
This commit is contained in:
RickyRister
2025-10-05 04:31:46 -07:00
committed by GitHub
parent cff16346ef
commit 9c58e6f90f
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" --vcpkg
- name: Sign app bundle
if: matrix.make_package && (github.ref == 'refs/heads/master' || needs.configure.outputs.tag != null)