This commit is contained in:
Megamouse
2025-07-13 08:59:53 +02:00
parent e1461067eb
commit 47661ac2ef
+1 -1
View File
@@ -488,7 +488,7 @@ jobs:
powershell -ExecutionPolicy Bypass -File .ci/build-windows-clang-cl.ps1 powershell -ExecutionPolicy Bypass -File .ci/build-windows-clang-cl.ps1
- name: Save build Ccache - name: Save build Ccache
if: always() if: github.ref == 'refs/heads/master'
uses: actions/cache/save@main uses: actions/cache/save@main
with: with:
path: ${{ env.CCACHE_DIR }} path: ${{ env.CCACHE_DIR }}