This commit is contained in:
Megamouse
2025-07-13 08:59:53 +02:00
parent 67a4b020fc
commit e1461067eb
3 changed files with 29 additions and 12 deletions
+4 -1
View File
@@ -488,12 +488,15 @@ jobs:
powershell -ExecutionPolicy Bypass -File .ci/build-windows-clang-cl.ps1
- name: Save build Ccache
if: github.ref == 'refs/heads/master'
if: always()
uses: actions/cache/save@main
with:
path: ${{ env.CCACHE_DIR }}
key: ${{ steps.restore-build-ccache.outputs.cache-primary-key }}
- name: Deploy RPCS3
run: .ci/deploy-windows-clang-cl.sh x86_64
- name: Upload artifacts
uses: actions/upload-artifact@main
with: