mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Revert "Container: Update make-binaries to support setup-beam v1.17.2"
We can now revert commitc81a47a692
because erlef/setup-beam v1.17.3 has recovered its original behavior in951dd857ae
This commit is contained in:
parent
daca3b558b
commit
723c53e1df
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
sudo apt-get -qq install python3-dev texinfo unzip
|
sudo apt-get -qq install python3-dev texinfo unzip
|
||||||
|
|
||||||
- name: Install erlang/OTP
|
- name: Install erlang/OTP
|
||||||
uses: erlef/setup-beam@v1.17.2
|
uses: erlef/setup-beam@v1
|
||||||
with:
|
with:
|
||||||
otp-version: ${{ env.OTP_VSN }}
|
otp-version: ${{ env.OTP_VSN }}
|
||||||
elixir-version: ${{ env.ELIXIR_VSN }}
|
elixir-version: ${{ env.ELIXIR_VSN }}
|
||||||
|
@ -350,8 +350,8 @@ add_otp_path()
|
|||||||
then
|
then
|
||||||
# For github runners to build for non-native systems:
|
# For github runners to build for non-native systems:
|
||||||
# https://github.com/erlef/setup-beam#environment-variables
|
# https://github.com/erlef/setup-beam#environment-variables
|
||||||
native_otp_bin="$INSTALL_DIR_FOR_OTP"
|
native_otp_bin="$INSTALL_DIR_FOR_OTP/bin"
|
||||||
native_elixir_bin="$INSTALL_DIR_FOR_ELIXIR"
|
native_elixir_bin="$INSTALL_DIR_FOR_ELIXIR/bin"
|
||||||
export PATH="$native_elixir_bin:$PATH"
|
export PATH="$native_elixir_bin:$PATH"
|
||||||
fi
|
fi
|
||||||
export PATH="$native_otp_bin:$PATH"
|
export PATH="$native_otp_bin:$PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user