nic-6443 commented on PR #13386: URL: https://github.com/apache/apisix/pull/13386#issuecomment-4486301946
Follow-up in `b960cf0b7`: the previous fix set the default toolchain under `/usr/local/rustup`, but later `cargo` calls did not inherit `RUSTUP_HOME`, so rustup still looked in the default home and reported no default toolchain. The helper now exports `RUSTUP_HOME` and `CARGO_HOME` for the current shell and writes them to `GITHUB_ENV` for later workflow steps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
