diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-06-12 18:24:24 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-16 10:21:40 +0100 |
commit | 9f06809cfb60fce840d544dd4af60b1dd0ff67a9 (patch) | |
tree | 795030c14e7839b89fda2578c2666a6c425be8ad /.github | |
parent | cc092c46d1a9e50ea8ec1458a9d9176a551c47a0 (diff) | |
download | gleam_stdlib-9f06809cfb60fce840d544dd4af60b1dd0ff67a9.tar.gz gleam_stdlib-9f06809cfb60fce840d544dd4af60b1dd0ff67a9.zip |
use updated version for formatter fix
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 7f334c3..65e1c21 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 + gleam-version: 0.9.1 - run: rebar3 install_deps - run: rebar3 eunit - run: gleam format --check src test |