Install OTP branches

This commit is contained in:
Eric Meadows-Jönsson
2021-01-12 02:21:05 +00:00
parent 3622b49cdd
commit 4edd0cd12d
7 changed files with 668 additions and 30 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -eo pipefail
cd $RUNNER_TEMP
wget -q -O otp.tar.gz https://repo.hex.pm/builds/otp/${2}/OTP-${1}.tar.gz
wget -q -O otp.tar.gz https://repo.hex.pm/builds/otp/${2}/${1}.tar.gz
mkdir -p .setup-elixir/otp
tar zxf otp.tar.gz -C .setup-elixir/otp --strip-components=1
rm otp.tar.gz