diff --git a/.github/workflows/Intel.yml b/.github/workflows/Intel.yml index e710355..cb10432 100644 --- a/.github/workflows/Intel.yml +++ b/.github/workflows/Intel.yml @@ -45,7 +45,7 @@ jobs: uses: actions/cache@v2 with: path: ~/pfunit - key: pfunit-${{ runner.os }}-${{ hashFiles('pfunit/VERSION') }}-${{ matrix.compilers }} + key: pfunit-${{ runner.os }}-${{ matrix.compilers }} - name: build-pfunit if: steps.cache-pfunit.outputs.cache-hit != 'true' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d90032..b475940 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: uses: actions/cache@v2 with: path: ~/pfunit - key: pfunit-${{ runner.os }}-${{ hashFiles('pfunit/VERSION') }}-gcc + key: pfunit-${{ runner.os }}-gcc - name: build-pfunit if: steps.cache-pfunit.outputs.cache-hit != 'true'