use cmake flag in compile.sh i.s.o. env var in yml

This commit is contained in:
Bruno Alexandre Rosa 2025-10-02 20:10:40 -03:00
parent 0c1fe47bc1
commit 6d55ead611

View file

@ -318,7 +318,6 @@ jobs:
CMAKE_GENERATOR: '${{env.CMAKE_GENERATOR}}'
VCPKG_DISABLE_METRICS: 1
VCPKG_BINARY_SOURCES: 'clear;files,${{ steps.vcpkg-cache.outputs.path }},readwrite'
VCPKG_OSX_DEPLOYMENT_TARGET: ${{ matrix.soc == 'Intel' && '13.0' || '' }}
run: .ci/compile.sh --server --test --ccache "$CCACHE_SIZE" ${{ matrix.soc == 'Intel' && '--x86-macos' || '' }}
- name: Sign app bundle