mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
ci: maybe have cirrus install rust via rustup
Its freebsd image appears to be stale, so try a more recent version of rust to fix the build.
This commit is contained in:
parent
8d1af908bf
commit
e6c9bcb7d8
@ -9,6 +9,7 @@ task:
|
|||||||
setup_script:
|
setup_script:
|
||||||
- pkg install -y bash
|
- pkg install -y bash
|
||||||
- bash get-deps
|
- bash get-deps
|
||||||
|
- curl https://sh.rustup.rs -sSf | sh -s -y -q
|
||||||
test_script:
|
test_script:
|
||||||
- cargo build --all --release
|
- cargo build --all --release
|
||||||
- cargo test --all --release
|
- cargo test --all --release
|
||||||
|
Loading…
Reference in New Issue
Block a user