We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9fae8 commit c8124eeCopy full SHA for c8124ee
.github/workflows/main.yml
@@ -401,7 +401,7 @@ jobs:
401
with:
402
stop-at-module: ${{ steps.setup.outputs.stop_at_module }}
403
manifest-path: CI/flatpak/com.obsproject.Studio.json
404
- cache: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
+ cache: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') || matrix.arch != 'x86_64' }}
405
restore-cache: false
406
cache-key: ${{ steps.setup.outputs.cache_key }}
407
arch: ${{ matrix.arch }}
0 commit comments