Skip to content

Commit c79e896

Browse files
authored
Fix setup-beam (#157)
1 parent bc77864 commit c79e896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Update VERSION file with '${GITHUB_REF:10}'
2424
run: echo -n "${GITHUB_REF:11}" > VERSION
2525

26-
- uses: erlef/setup-beam@v2
26+
- uses: erlef/setup-beam@v1
2727
with:
2828
otp-version: ${{ matrix.otp }}
2929
elixir-version: ${{ matrix.elixir }}

0 commit comments

Comments
 (0)