Skip to content

Commit ebda949

Browse files
committed
fix: change beam setup driver
Ci on github no longer worked.
1 parent de77ba6 commit ebda949

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
name: OTP ${{matrix.otp}}
99
strategy:
1010
matrix:
11-
otp: ["23.2", "24.0"]
11+
otp: ["24.0", "25.0"]
1212
steps:
1313
- uses: actions/checkout@v2.0.0
14-
- uses: gleam-lang/setup-erlang@v1.1.2
14+
- uses: erlef/setup-beam@v1.18.0
1515
with:
16-
otp-version: ${{matrix.otp}}
16+
otp-version: ${{ matrix.otp }}
17+
rebar3-version: '3.16.1'
1718
- name: Compile
1819
run: make compile
1920
- name: Run xref

0 commit comments

Comments
 (0)