enableCrossOsArchive also when saving

This commit is contained in:
Bruno Alexandre Rosa 2025-11-06 20:36:44 -03:00
parent 5ad8488245
commit d448dea0df

View file

@ -154,6 +154,7 @@ jobs:
if: steps.restore_qt.outputs.cache-hit != 'true' if: steps.restore_qt.outputs.cache-hit != 'true'
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with:
enableCrossOsArchive: true
path: ${{ github.workspace }}/Qt path: ${{ github.workspace }}/Qt
key: qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }} key: qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }}