diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-06-08 19:42:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 19:42:35 +0100 |
commit | e3523b202bd84f0a894ed91be6ff7ab10c7cf282 (patch) | |
tree | 9de72377d07d492c4d557e79c1368a5b4f2e4119 /.github | |
parent | 888daa3b271d60677a967be962a9086463b2ad08 (diff) | |
download | gleam_stdlib-e3523b202bd84f0a894ed91be6ff7ab10c7cf282.tar.gz gleam_stdlib-e3523b202bd84f0a894ed91be6ff7ab10c7cf282.zip |
Use main release for ci (#66)
Diffstat (limited to '.github')
-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 1d952f4..dd279d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: otp-version: 22.2 - uses: gleam-lang/setup-gleam@v1.0.1 with: - gleam-version: 0.9.0-rc1 + gleam-version: 0.9.0 - run: rebar3 install_deps - run: rebar3 eunit - run: gleam format --check src test |