Merge branch 'master' into tooomm_doxy2

This commit is contained in:
tooomm 2025-10-05 18:25:16 +02:00 committed by GitHub
commit fd42c5383d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 38 additions and 11 deletions

View file

@ -329,7 +329,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)