Support elixir branches
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
wget -q https://repo.hex.pm/builds/elixir/v${1}-otp-${2}.zip
|
||||
unzip -d .setup-elixir/elixir v${1}-otp-${2}.zip
|
||||
rm v${1}-otp-${2}.zip
|
||||
wget -q https://repo.hex.pm/builds/elixir/${1}${2}.zip
|
||||
unzip -d .setup-elixir/elixir ${1}${2}.zip
|
||||
rm ${1}${2}.zip
|
||||
echo "::add-path::$(pwd)/.setup-elixir/elixir/bin"
|
||||
|
||||
Reference in New Issue
Block a user