Install tools into RUNNER_TEMP/.setup-elixir

This commit is contained in:
Jonathan Clem
2020-05-18 16:38:30 -04:00
parent 413f332871
commit c1e55db782
8 changed files with 8 additions and 8 deletions

2
dist/install-elixir vendored
View File

@@ -2,7 +2,7 @@
set -eo pipefail
cd /tmp
cd $RUNNER_TEMP
wget -q https://repo.hex.pm/builds/elixir/${1}${2}.zip
unzip -d .setup-elixir/elixir ${1}${2}.zip