File tree Expand file tree Collapse file tree 5 files changed +10
-13
lines changed
Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v4
2727 - uses : erlef/setup-beam@v1
2828 with :
29- otp-version : " 26.0.2 "
30- # Ensure you update the bin/download-compiler Gleam version to match this
31- gleam-version : " 1.11 .0"
29+ otp-version : " 28 "
30+ # Ensure you update the ./GLEAM_VERSION to match this
31+ gleam-version : " 1.12 .0"
3232 rebar3-version : " 3"
3333
3434 - name : Download WASM version of Gleam compiler
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 - uses : actions/checkout@v3
1515 - uses : erlef/setup-beam@v1
1616 with :
17- otp-version : " 26.0.2 "
18- # Ensure you update the bin/download-compiler Gleam version to match this
19- gleam-version : " 1.11 .0"
17+ otp-version : " 28 "
18+ # Ensure you update the ./GLEAM_VERSION to match this
19+ gleam-version : " 1.12 .0"
2020 rebar3-version : " 3"
2121 - run : ./bin/download-compiler
2222 - run : gleam deps download
23- - run : gleam format --check src test
2423 - run : gleam test
2524 - run : gleam run
25+ - run : gleam format --check src test
Original file line number Diff line number Diff line change 1- v1.11 .0
1+ v1.12 .0
Original file line number Diff line number Diff line change 22
33set -eu
44
5- version=` cat ./GLEAM_VERSION`
6-
7- # Ensure you update the CI Gleam version to match this
8- VERSION=" v1.11.0"
5+ version=$( cat ./GLEAM_VERSION)
96
107rm -fr wasm-compiler
118mkdir wasm-compiler
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ fn require(
264264fn read_gleam_version ( ) -> snag . Result ( String ) {
265265 gleam_version
266266 |> simplifile . read ( )
267- |> file_error ( "Failed to read glema version at path " <> gleam_version )
267+ |> file_error ( "Failed to read Gleam version at path " <> gleam_version )
268268}
269269
270270fn file_error (
You can’t perform that action at this time.
0 commit comments