Skip to content

Commit

Permalink
tools/make-binaries: fix native_otp_bin for container build
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed Feb 6, 2024
1 parent a5f7a13 commit 829d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ add_otp_path()
then
# Let GitHub runners build for non-native systems:
# https://github.com/erlef/setup-beam#environment-variables
native_otp_bin="$INSTALL_DIR_FOR_OTP/bin"
native_otp_bin="$INSTALL_DIR_FOR_OTP"
fi
export PATH="$native_otp_bin:$PATH"
}
Expand Down

0 comments on commit 829d22e

Please sign in to comment.