This commit is contained in:
Megamouse 2025-07-13 08:59:53 +02:00
parent e1461067eb
commit 47661ac2ef

View file

@ -488,7 +488,7 @@ jobs:
powershell -ExecutionPolicy Bypass -File .ci/build-windows-clang-cl.ps1
- name: Save build Ccache
if: always()
if: github.ref == 'refs/heads/master'
uses: actions/cache/save@main
with:
path: ${{ env.CCACHE_DIR }}