Skip to content

Commit

Permalink
CI: change erlang provider
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Sep 3, 2024
1 parent 88fd7a0 commit 7571718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: gleam-lang/setup-erlang@v1.1.3
- uses: erlef/setup-beam@v1
with:
otp-version: "27"
otp-version: "27.0.1"
- run: make test PROFILE=ci

0 comments on commit 7571718

Please sign in to comment.