Skip to content

Commit

Permalink
cache otp with arch as well
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Sep 14, 2024
1 parent f566386 commit e98f356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: cache-otp
with:
path: ./cache/otp
key: ${{ runner.os }}-otp-${{ matrix.otp_version }}
key: ${{ runner.os }}-otp-${{ matrix.arch }}-${{ matrix.job.otp }}

- name: Install OTP
run: |
Expand Down

0 comments on commit e98f356

Please sign in to comment.