Revert "Container: Update make-binaries to support setup-beam v1.17.2"

We can now revert commit c81a47a692
because erlef/setup-beam v1.17.3 has recovered its original behavior in
951dd857ae
This commit is contained in:
Badlop 2024-02-24 17:14:36 +01:00
parent daca3b558b
commit 723c53e1df
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ jobs:
sudo apt-get -qq install python3-dev texinfo unzip
- name: Install erlang/OTP
uses: erlef/setup-beam@v1.17.2
uses: erlef/setup-beam@v1
with:
otp-version: ${{ env.OTP_VSN }}
elixir-version: ${{ env.ELIXIR_VSN }}

View File

@ -350,8 +350,8 @@ add_otp_path()
then
# For github runners to build for non-native systems:
# https://github.com/erlef/setup-beam#environment-variables
native_otp_bin="$INSTALL_DIR_FOR_OTP"
native_elixir_bin="$INSTALL_DIR_FOR_ELIXIR"
native_otp_bin="$INSTALL_DIR_FOR_OTP/bin"
native_elixir_bin="$INSTALL_DIR_FOR_ELIXIR/bin"
export PATH="$native_elixir_bin:$PATH"
fi
export PATH="$native_otp_bin:$PATH"