Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Aug 6, 2024
1 parent a295f53 commit ffd0a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: |
mruby-build
libmruby.a
key: ${{ runner.os }}-${{ hashFiles('Makefile') }}
key: ${{ runner.os }}-${{ hashFiles('Makefile') }}-${{ matrix.golang }}

- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit ffd0a32

Please sign in to comment.