path must match between save/restore

This commit is contained in:
Steven Dee (Jōshin) 2025-05-19 00:19:32 -07:00
parent ecb5ad8ea3
commit db77cfee6b
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ jobs:
id: cache id: cache
with: with:
path: | path: |
.cosmocc/${{ env.COSMOCC_VERSION }} .cosmocc
o o
key: ${{ env.COSMOCC_VERSION }}-${{ matrix.mode }}-${{ github.sha }} key: ${{ env.COSMOCC_VERSION }}-${{ matrix.mode }}-${{ github.sha }}
restore-keys: | restore-keys: |