diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-03-02 18:19:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 18:19:47 +0000 |
commit | 675ea90d3d5bab9769a6b7c48cf3a2ecf75f2ca0 (patch) | |
tree | 037408b83eb852c38603d8f3ed2d5e596701c72d | |
parent | 6bf57515bb4c644847da7551afcacf95f7417b3b (diff) | |
download | gleam_stdlib-675ea90d3d5bab9769a6b7c48cf3a2ecf75f2ca0.tar.gz gleam_stdlib-675ea90d3d5bab9769a6b7c48cf3a2ecf75f2ca0.zip |
Latest Gleam
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ce8ce2..272a526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: erlef/setup-beam@v1.15.0 with: otp-version: "24.2.2" - gleam-version: "0.27.0-rc1" + gleam-version: "0.27.0" - uses: actions/setup-node@v3.5.1 with: node-version: "16.18.1" |