diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-18 19:08:44 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-18 19:08:44 +0000 |
commit | f0ff0162eb98a3b1593f8899a9cf2a423ef1be50 (patch) | |
tree | 7c615db1e299a74f2188d250733ba1c840ead818 /.github | |
parent | 0b87a1b3a7a36968f2520ecbd0ef658cc812f368 (diff) | |
download | tour-f0ff0162eb98a3b1593f8899a9cf2a423ef1be50.tar.gz tour-f0ff0162eb98a3b1593f8899a9cf2a423ef1be50.zip |
Install Gleam
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d4eb55..ad8140f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - uses: erlef/setup-beam@v1 + with: + otp-version: "26.0.2" + gleam-version: "0.34.1" + rebar3-version: "3" - name: Download WASM version of Gleam compiler run: ./bin/download-compiler |