mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
ci(setup-deps): enable sccache multiarch caching for macos
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
ba6f49b891
commit
e033d0557e
|
|
@ -69,6 +69,8 @@ runs:
|
|||
run: |
|
||||
echo "CMAKE_C_COMPILER_LAUNCHER=$CCACHE_VARIANT" >> "$GITHUB_ENV"
|
||||
echo "CMAKE_CXX_COMPILER_LAUNCHER=$CCACHE_VARIANT" >> "$GITHUB_ENV"
|
||||
# For macOS' universal binaries
|
||||
echo "SCCACHE_CACHE_MULTIARCH=1" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Install Qt
|
||||
if: ${{ inputs.msystem == '' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue