Skip to content

Commit e4e094e

Browse files
committed
Fix release CI
1 parent ab125b1 commit e4e094e

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
@@ -42,7 +42,7 @@ jobs:
4242
HEX_API_KEY: ${{secrets.HEX_API_KEY}}
4343
steps:
4444
- uses: actions/checkout@v2
45-
- uses: actions/setup-elixir@v1
45+
- uses: erlef/setup-elixir@v1
4646
with:
4747
otp-version: 24.0
4848
elixir-version: 1.13

0 commit comments

Comments
 (0)