Skip to content

Commit

Permalink
Merge pull request #33 from ak-coram/extend-cache-key-with-runner-arch
Browse files Browse the repository at this point in the history
Extend cache key with runner architecture (fixes #32)
  • Loading branch information
svetlyak40wt authored Apr 18, 2024
2 parents 08730d2 + 2050461 commit a5179c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ runs:
uses: actions/cache/restore@v4
with:
path: ${{ inputs.roswell-cache-paths }}
key: roswell-${{ inputs.roswell-version }}-${{ steps.locals.outputs.current-month }}-${{ env.cache-name }}-${{ runner.os }}-${{ env.LISP }}-${{ inputs.cache-suffix }}
key: roswell-${{ inputs.roswell-version }}-${{ steps.locals.outputs.current-month }}-${{ env.cache-name }}-${{ runner.os }}-${{ runner.arch }}-${{ env.LISP }}-${{ inputs.cache-suffix }}

- if: inputs.cache == 'true' && steps.roswell-cache-restore.outputs.cache-hit == 'true'
name: Restore Path To Cached Files
Expand Down

0 comments on commit a5179c8

Please sign in to comment.