aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-07-02 08:51:51 +0100
committerLouis Pilfold <louis@lpil.uk>2020-07-02 09:33:01 +0100
commit1389c09ae4aa19acf522cacc67d89c26a10996cf (patch)
tree3e0cce14757115f7e95d9d644eeaef74b004314f /.github
parent285d9a7e79d12fbad8b50fa79fe3f1e15dce447e (diff)
downloadgleam_stdlib-1389c09ae4aa19acf522cacc67d89c26a10996cf.tar.gz
gleam_stdlib-1389c09ae4aa19acf522cacc67d89c26a10996cf.zip
use release for workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 542287b..b79360a 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.10.0-rc2
+ gleam-version: 0.10.0
- run: rebar3 install_deps
- run: rebar3 eunit
- run: gleam format --check src test