Skip to content

Commit

Permalink
Merge pull request #167 from asottile/cache-fix
Browse files Browse the repository at this point in the history
fix oniguruma cache for macos arm64
  • Loading branch information
asottile committed Apr 30, 2024
2 parents b285aa2 + 1c3760c commit b734184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pre-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- uses: actions/cache@v3
id: oniguruma-cache
with:
key: ${{ runner.os }} | ${{ inputs.arch }} | ${{ hashFiles('bin/clone-oniguruma') }}
key: ${{ runner.os }} | ${{ runner.arch }} | ${{ inputs.arch }} | ${{ hashFiles('bin/clone-oniguruma') }}
path: ${{ env.ONIGURUMA_CLONE }}
- name: build oniguruma (windows)
shell: cmd
Expand Down

0 comments on commit b734184

Please sign in to comment.