bump gleam

This commit is contained in:
Lunarmagpie 2023-03-08 02:49:04 -05:00
parent e37bfb022f
commit 87e964fa10
5 changed files with 2 additions and 2 deletions

View file

@ -1,9 +0,0 @@
#!/usr/bin/env bash
# Install Erlang
source ../../erlang/23.0.0/build.sh
# Install Gleam
curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.26.2/gleam-v0.26.2-x86_64-unknown-linux-musl.tar.gz" --output gleam.tar.gz
mkdir gleam
tar -xf gleam.tar.gz -C gleam