save cache from this PR

This commit is contained in:
link2xt
2026-05-04 04:21:47 +02:00
parent 81e9e65af3
commit 02dc992a7b

View File

@@ -148,7 +148,7 @@ jobs:
with:
# Only save the cache from the main branch runs.
# No need for PRs to write to the cache.
save-if: ${{ github.ref == 'refs/heads/main' }}
##save-if: ${{ github.ref == 'refs/heads/main' }}
shared-key: ${{ matrix.os }}-${{ matrix.rust }}
- name: Install nextest