Skip to content

Commit

Permalink
Change variable name
Browse files Browse the repository at this point in the history
Since e1cddd2, test.sh expects the variable to
be called pkg_OTP_VERSION.
  • Loading branch information
gustawlippa committed Dec 9, 2024
1 parent b344d90 commit 5bdc60c
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: [ubuntu_xenial]
runs-on: ubuntu-22.04
env:
ESL_ERLANG_PKG_VER: "25.3.2"
pkg_OTP_VERSION: "27.0.1"
pkg_PLATFORM: ${{matrix.pkg}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5bdc60c

Please sign in to comment.