Skip to content

Commit 92290af

Browse files
committed
Use fetch instead of curl during CI on FreeBSD
1 parent 2c9ff68 commit 92290af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ task:
1212
fingerprint_script: cat Cargo.lock || echo ""
1313
# Install Rust
1414
setup_script:
15-
- pkg install -y curl
16-
- curl https://sh.rustup.rs -sSf --output rustup.sh
15+
- fetch https://sh.rustup.rs -o rustup.sh
1716
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
1817
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
1918
amd64_test_script:

0 commit comments

Comments
 (0)