Skip to content

Commit 2bc8048

Browse files
committed
updates
1 parent 57a4dd3 commit 2bc8048

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ on:
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
7065
uses: erlef/[email protected]
7166
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

0 commit comments

Comments
 (0)