Update desktop-build.yml

This commit is contained in:
tooomm 2025-05-25 10:48:34 +02:00 committed by GitHub
parent 66ee45afef
commit 1434dc8dce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,11 +125,11 @@ jobs:
continue-on-error: ${{matrix.allow-failure == 'yes'}} continue-on-error: ${{matrix.allow-failure == 'yes'}}
env: env:
NAME: ${{matrix.distro}}${{matrix.version}} NAME: ${{matrix.distro}}${{matrix.version}}
CACHE: ${{github.workspace}}/.ccache/${{matrix.distro}}${{matrix.version}} CACHE: ${{github.workspace}}/.cache/${{matrix.distro}}${{matrix.version}} # directory for caching docker image and ccache
CCACHE_COMPILERCHECK: content
# Cache size over the entire repo is 10Gi: # Cache size over the entire repo is 10Gi:
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
CCACHE_SIZE: 500M CCACHE_SIZE: 500M
CCACHE_COMPILERCHECK: content
CMAKE_GENERATOR: 'Ninja' CMAKE_GENERATOR: 'Ninja'
steps: steps:
@ -237,8 +237,8 @@ jobs:
continue-on-error: ${{matrix.allow-failure == 'yes'}} continue-on-error: ${{matrix.allow-failure == 'yes'}}
env: env:
CCACHE_DIR: ${{github.workspace}}/.ccache/${{matrix.os}}-${{matrix.type}} CCACHE_DIR: ${{github.workspace}}/.ccache/${{matrix.os}}-${{matrix.type}}
CCACHE_COMPILERCHECK: content
CCACHE_SIZE: 500M CCACHE_SIZE: 500M
CCACHE_COMPILERCHECK: content
DEVELOPER_DIR: DEVELOPER_DIR:
/Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
CMAKE_GENERATOR: 'Ninja' CMAKE_GENERATOR: 'Ninja'