File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1717 type : boolean
1818 previous_version :
1919 required : false
20- default : ' tags/v4.0.9 '
20+ default : ' tags/v4.1.1 '
2121 type : string
2222 previous_otp_version :
2323 required : false
24- default : ' 26'
24+ default : ' 26.2.5.13 '
2525 type : string
2626 make_target :
2727 required : true
@@ -51,25 +51,22 @@ jobs:
5151 with :
5252 otp-version : ${{ inputs.erlang_version }}
5353 elixir-version : ${{ inputs.elixir_version }}
54- hexpm-mirrors : |
55- https://builds.hex.pm
56- https://cdn.jsdelivr.net/hex
57- # This currently only applies to Elixir; and can be safely
58- # restricted to the build jobs to avoid duplication in output.
5954 disable_problem_matchers : true
6055
6156 - name : MIXED CLUSTERS - RESTORE OLDER ERLANG FROM CACHE
6257 uses : actions/cache/restore@v4
6358 if : inputs.mixed_clusters
6459 id : cache-older-erlang-restore
6560 with :
66- path : ~/.cache/erlang-${{ inputs.previous_otp_version }}
61+ path : ~/.cache/erlang-${{steps.setup-beam.outputs.erlang-version }}
6762 key : erlang-${{ inputs.previous_otp_version }}-${{ runner.os }}
6863
6964 - name : MIXED CLUSTERS - SETUP OLDER ERLANG VERSION
70657166 if : inputs.mixed_clusters && steps.cache-older-erlang-restore.outputs.cache-hit != 'true'
7267 with :
68+ # we need a strict version to cache correctly
69+ version-type : strict
7370 otp-version : ${{ inputs.previous_otp_version }}
7471 # elixir-version: ${{ inputs.elixir_version }}
7572
You can’t perform that action at this time.
0 commit comments