Update for latest Gleam (#138)

* Update for latest Gleam

- Gleam releases now use LLVM triplets for platforms so the download
  URLs have been updated accordingly.
- Gleam's rebar3 support has been removed.

This change means that future versions of this action cannot download
older versions of Gleam. I can make it backwards compatible, but I will
need help from someone who can convert the shell script into PowerShell
for Windows.

* Support older Gleam versions

* Remove rebar from Gleam
This commit is contained in:
Louis Pilfold
2022-09-12 15:35:29 +01:00
committed by GitHub
parent 4518ce17a4
commit ee0fa0b672
17 changed files with 53 additions and 137 deletions
+2 -2
View File
@@ -165,7 +165,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: '24'
gleam-version: '0.19.0-rc3'
gleam-version: '0.23.0-rc1'
- run: gleam test
```
@@ -183,7 +183,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: false
gleam-version: '0.19.0-rc3'
gleam-version: '0.23.0-rc1'
- run: gleam check
```