Skip to content

Commit de43c4f

Browse files
Use the same cache key in both actions
1 parent 7c01225 commit de43c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: g4cache
5151
with:
5252
path: ${{ github.workspace }}/${{ env.GEANT4_INSTALL_DIR }}
53-
key: ${{ env.GEANT4_GIT_TAG }}
53+
key: ${{ env.GEANT4_GIT_TAG }}-${{ env.XERCES_C_GIT_REF }}
5454

5555
- name: Cache xerces-c install
5656
uses: actions/cache@v2

0 commit comments

Comments
 (0)