Revert "github: Remove commit ID from cache keys"
Without commit ID, no new caches are created as the key is always the
same.
This reverts commit 60f4c86780.
This commit is contained in:
@@ -35,7 +35,9 @@ jobs:
|
||||
- uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: ccache-tkm
|
||||
key: ccache-tkm-${{ github.sha }}
|
||||
restore-keys: |
|
||||
ccache-tkm-
|
||||
- name: Build Docker Image
|
||||
run: docker build -t strongswan-tkm -f testing/tkm/Dockerfile testing
|
||||
- name: Run Tests in Container
|
||||
|
||||
Reference in New Issue
Block a user