Install OTP on Windows to a local directory (#139)

This commit is contained in:
Wojtek Mach
2022-09-12 16:40:00 +02:00
committed by GitHub
parent ee0fa0b672
commit 7dd0d763a8
6 changed files with 12 additions and 40 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ tar zxf "${FILE_OUTPUT}" -C "${DIR_FOR_BIN}" --strip-components=1
echo "Installed Erlang/OTP version follows"
${DIR_FOR_BIN}/bin/erl -version
echo "INSTALL_DIR_FOR_OTP=${RUNNER_TEMP}/${DIR_FOR_BIN}" >> "${GITHUB_ENV}"
echo "INSTALL_DIR_FOR_OTP=${RUNNER_TEMP}/${DIR_FOR_BIN}"