Merge e033d0557e8230af21ba567011fdbc4d8bc544d5 into 79b7e277f1f06f6b315e293b029423fe35e57431

This commit is contained in:
Seth Flynn 2025-08-01 21:19:51 +02:00 committed by GitHub
commit 0c723854dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,6 +71,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 == '' }}