mirror of
https://github.com/wez/wezterm.git
synced 2024-12-22 21:01:36 +03:00
ci: workaround rustup hang on freebsd
refs: https://github.com/rust-lang/rustup/issues/2774
This commit is contained in:
parent
ffbfb25f16
commit
caed905626
@ -11,7 +11,7 @@ task:
|
||||
- pkg install -y bash
|
||||
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
|
||||
- chmod +x /tmp/rustup.sh
|
||||
- /tmp/rustup.sh -y -q
|
||||
- RUSTUP_IO_THREADS=1 /tmp/rustup.sh -y -q
|
||||
- env PATH=$HOME/.cargo/bin:$PATH bash get-deps
|
||||
test_script:
|
||||
- env PATH=$HOME/.cargo/bin:$PATH cargo build --all --release
|
||||
|
Loading…
Reference in New Issue
Block a user