Skip to content

Commit

Permalink
fix: cherry-pick #10101 to v0.19.0 (#10116)
Browse files Browse the repository at this point in the history
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
huangjw806 and xxchan authored Jun 1, 2023
1 parent f23e99c commit 0165993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ echo "--- Install rust"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain none -y
source "$HOME/.cargo/env"
rustup show
cargo install sccache --locked # we use sccache as the rustc wrapper
source ci/scripts/common.sh
unset RUSTC_WRAPPER # disable sccache

echo "--- Install protoc3"
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
Expand Down

0 comments on commit 0165993

Please sign in to comment.