Skip to content

Commit

Permalink
Use erlang-27 in github actions
Browse files Browse the repository at this point in the history
Test using winget instead of choco (erlang-27 doesn't exist via choco)
  • Loading branch information
dgud committed Sep 25, 2024
1 parent 0ca3e2a commit 7f3c113
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- uses: erlef/setup-beam@v1
with:
otp-version: '26.0'
rebar3-version: '3.20'
otp-version: '27.1'
rebar3-version: '3.24'

- name: Install OpenCL deps
run: sudo apt-get update && sudo apt-get install -y ocl-icd-opencl-dev
Expand Down Expand Up @@ -59,10 +59,10 @@ jobs:
- name: Download win32 Erlang
shell: cmd
run: |
choco install -y --version "26.0.0" erlang
winget install --id=Erlang.ErlangOTP --version -v "27.0.0" -e
## NSIS is already pre-installed
## choco install --verbose -y nsis
## winget install --verbose -y nsis

- name: Prepare WSL for compilation
run: |
Expand Down

0 comments on commit 7f3c113

Please sign in to comment.