Skip to content

Commit

Permalink
setup-beam seems to have lost the ability to install only Gleam
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 18, 2024
1 parent 39eb820 commit 964da49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "0.34.1"
rebar3-version: "3"
- run: ./bin/download-compiler
- run: gleam deps download
- run: gleam format --check src test
- run: gleam test
- run: ./bin/download-compiler
- run: gleam run

0 comments on commit 964da49

Please sign in to comment.