Skip to content

Commit

Permalink
Update Gleam version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 26, 2024
1 parent bedc73e commit 70dd229
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.3.2"
gleam-version: "1.5.0"
rebar3-version: "3"

- name: Download WASM version of Gleam compiler
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
otp-version: "26.0.2"
# Ensure you update the bin/download-compiler Gleam version to match this
gleam-version: "1.3.2"
gleam-version: "1.5.0"
rebar3-version: "3"
- run: ./bin/download-compiler
- run: gleam deps download
Expand Down
2 changes: 1 addition & 1 deletion bin/download-compiler
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

# Ensure you update the CI Gleam version to match this
VERSION="v1.3.2"
VERSION="v1.5.0"

rm -fr wasm-compiler
mkdir wasm-compiler
Expand Down

0 comments on commit 70dd229

Please sign in to comment.