Skip to content

Commit

Permalink
Remove rebar from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 26, 2024
1 parent ced8d96 commit cd96d7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
# otp-version: "26.0.2"
gleam-version: "1.5.0"
rebar3-version: "3"

- name: Download WASM version of Gleam compiler
run: ./bin/download-compiler
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
# otp-version: "26.0.2"
# Ensure you update the bin/download-compiler Gleam version to match this
gleam-version: "1.5.0"
rebar3-version: "3"
- run: ./bin/download-compiler
- run: gleam deps download
- run: gleam format --check src test
Expand Down

0 comments on commit cd96d7b

Please sign in to comment.