diff options
author | Louis Pilfold <louis@lpil.uk> | 2019-11-26 22:17:43 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-11-26 22:28:42 +0000 |
commit | eef64e6cc28ef4e001818381c317b42095653ff9 (patch) | |
tree | 3ce32f550ae3811053dd118647a14c7079835402 | |
parent | 662ec9c6ccfb5d42892b00a638932d901abcd2e3 (diff) | |
download | gleam_stdlib-eef64e6cc28ef4e001818381c317b42095653ff9.tar.gz gleam_stdlib-eef64e6cc28ef4e001818381c317b42095653ff9.zip |
Use v0.5.0-rc1
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff4c93..064add2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: otp-version: 22.1 - uses: gleam-lang/setup-gleam@v1.0.1 with: - # gleam-version: 0.4.2 - gleam-version: ref:master + gleam-version: 0.5.0-rc1 - run: rebar3 install_deps - run: rebar3 eunit |