Skip to content

Commit

Permalink
Switch to erlef/setup-beam for setting up Erlang
Browse files Browse the repository at this point in the history
Suggested by:	@rnewson
  • Loading branch information
pgj committed Aug 21, 2023
1 parent baff79e commit 8f86856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
java-version: 1.7
- name: Set up Erlang
uses: gleam-lang/setup-erlang@v1.1.2
uses: erlef/setup-beam@v1.16.0
with:
otp-version: '23.3.1'
- name: Start epmd daemon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
java-version: 1.7
- name: Set up Erlang
uses: gleam-lang/setup-erlang@v1.1.2
uses: erlef/setup-beam@v1.16.0
with:
otp-version: '23.3.1'
- name: Start epmd daemon
Expand Down

0 comments on commit 8f86856

Please sign in to comment.