We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d07293 commit d1962a6Copy full SHA for d1962a6
1 file changed
.github/workflows/main.yml
@@ -41,8 +41,8 @@ jobs:
41
uses: actions/cache@v3
42
with:
43
path: ~/software
44
- key: ${{ matrix.os }}-geant4-${{ env.GEANT4_VERSION }}-root-${{ env.ROOT_VERSION }}-qt6-build1
45
- restore-keys: ${{ matrix.os }}-geant4-${{ env.GEANT4_VERSION }}-root-${{ env.ROOT_VERSION }}-qt6-build1
+ key: ${{ matrix.os }}-geant4-${{ env.GEANT4_VERSION }}-root-${{ env.ROOT_VERSION }}-qt6-build2
+ restore-keys: ${{ matrix.os }}-geant4-${{ env.GEANT4_VERSION }}-root-${{ env.ROOT_VERSION }}-qt6-build2
46
- name: Install dependencies
47
run: |
48
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
0 commit comments