We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f566386 commit b91702dCopy full SHA for b91702d
.github/workflows/macos-precompile.yml
@@ -32,7 +32,7 @@ jobs:
32
id: cache-otp
33
with:
34
path: ./cache/otp
35
- key: ${{ runner.os }}-otp-${{ matrix.otp_version }}
+ key: ${{ runner.os }}-otp-${{ matrix.arch }}-${{ matrix.job.otp }}
36
37
- name: Install OTP
38
run: |
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/cache@v3
47
48
path: ./cache/elixir
49
- key: ${{ runner.os }}-elixir-${{ matrix.job.elixir }}-${{ matrix.job.otp }}
+ key: ${{ runner.os }}-elixir-${{ matrix.arch }}-${{ matrix.job.elixir }}-${{ matrix.job.otp }}
50
51
- name: Download and Compile Elixir
52
if: steps.cache-elixir.outputs.cache-hit != 'true'
0 commit comments