We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf5862 commit 2d0398fCopy full SHA for 2d0398f
1 file changed
.github/workflows/gfortran.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
path: ~/pfunit/build/installed
77
# 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') }}
+ key: ${{ runner.os }}-${{ env.ImageOS }}-pfunit-gfortran${{ env.GCC_V }}-${{ hashFiles('dev_scripts/install_pfunit.sh') }}
79
80
- name: Download and build pFUnit
81
if: steps.pfunit-cache.outputs.cache-hit != 'true'
0 commit comments