mirror of
https://gitee.com/openharmony/third_party_rust_nix
synced 2025-02-02 14:05:46 +00:00
Use fetch instead of curl during CI on FreeBSD
This commit is contained in:
parent
2c9ff688c9
commit
92290affeb
@ -12,8 +12,7 @@ task:
|
||||
fingerprint_script: cat Cargo.lock || echo ""
|
||||
# Install Rust
|
||||
setup_script:
|
||||
- pkg install -y curl
|
||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||
- fetch https://sh.rustup.rs -o rustup.sh
|
||||
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
|
||||
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
|
||||
amd64_test_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user