mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
Rename to setup-beam (#21)
This commit is contained in:
Vendored
+4
-4
@@ -5,8 +5,8 @@ set -eo pipefail
|
||||
cd $RUNNER_TEMP
|
||||
|
||||
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
|
||||
mkdir -p .setup-beam/otp
|
||||
tar zxf otp.tar.gz -C .setup-beam/otp --strip-components=1
|
||||
rm otp.tar.gz
|
||||
.setup-elixir/otp/Install -minimal $(pwd)/.setup-elixir/otp
|
||||
echo "$(pwd)/.setup-elixir/otp/bin" >> $GITHUB_PATH
|
||||
.setup-beam/otp/Install -minimal $(pwd)/.setup-beam/otp
|
||||
echo "$(pwd)/.setup-beam/otp/bin" >> $GITHUB_PATH
|
||||
|
||||
Reference in New Issue
Block a user