NOMERGE: freebsd, save a cache

This commit is contained in:
will 2025-10-07 09:59:17 +01:00
parent b290fac743
commit e0c6325323
No known key found for this signature in database
GPG Key ID: CE6EC49945C17EA6
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ jobs:
- name: Save ccache
uses: cirruslabs/cache/save@v4
if: ${{ (github.event_name == 'push') && (github.ref_name == github.event.repository.default_branch) }}
# if: ${{ (github.event_name == 'push') && (github.ref_name == github.event.repository.default_branch) }}
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ github.job }}-${{ github.run_id }}