1
1
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:
Wez Furlong 2020-10-06 08:48:54 -07:00
parent 8d1af908bf
commit e6c9bcb7d8

View File

@ -9,6 +9,7 @@ task:
setup_script:
- pkg install -y bash
- bash get-deps
- curl https://sh.rustup.rs -sSf | sh -s -y -q
test_script:
- cargo build --all --release
- cargo test --all --release