Skip to content

Commit

Permalink
Fix Erlang version
Browse files Browse the repository at this point in the history
Currently, Erlang does not download on GitHub Actions.
The fix is taken from 05f03eb.
  • Loading branch information
gustawlippa committed May 7, 2024
1 parent 703cfbd commit 24cc98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
pkg: [centos_7, ubuntu_xenial]
runs-on: ubuntu-22.04
env:
ESL_ERLANG_PKG_VER: "25.0.3-1"
ESL_ERLANG_PKG_VER: "25.0.3"
pkg_PLATFORM: ${{matrix.pkg}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 24cc98c

Please sign in to comment.