Skip to content

Commit

Permalink
Merge pull request #4276 from esl/fix_CI_GA
Browse files Browse the repository at this point in the history
Fix Erlang version for GitHub Actions
  • Loading branch information
arcusfelis committed May 8, 2024
2 parents d6ab148 + 24cc98c commit 09149c2
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 09149c2

Please sign in to comment.