Skip to content

Commit 2d0398f

Browse files
committed
Try using env.ImageOS as part of cache key
1 parent 8cf5862 commit 2d0398f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gfortran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
path: ~/pfunit/build/installed
7777
# To force a pFUnit rebuild (bust the cache), make a change to install_pfunit.sh
78-
key: ${{ runner.os }}-ubuntu22.04-pfunit-gfortran${{ env.GCC_V }}-${{ hashFiles('dev_scripts/install_pfunit.sh') }}
78+
key: ${{ runner.os }}-${{ env.ImageOS }}-pfunit-gfortran${{ env.GCC_V }}-${{ hashFiles('dev_scripts/install_pfunit.sh') }}
7979

8080
- name: Download and build pFUnit
8181
if: steps.pfunit-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)