Skip to content

Commit

Permalink
Revert "tools/make-binaries: fix native_otp_bin for container build"
Browse files Browse the repository at this point in the history
With the recent update of the action
erlef/setup-beam@951dd85
the path is the same as before again.
  • Loading branch information
sando38 committed Feb 24, 2024
1 parent 7afc61d commit 6e0aca8
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"
native_otp_bin="$INSTALL_DIR_FOR_OTP/bin"
fi
export PATH="$native_otp_bin:$PATH"
}
Expand Down

0 comments on commit 6e0aca8

Please sign in to comment.