fix pt4
This commit is contained in:
parent
34c56f4163
commit
e7dcea8767
|
@ -1,12 +1,12 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- rust
|
||||
- cargo
|
||||
- openssl-dev
|
||||
- rust-clippy
|
||||
- openssl
|
||||
sources:
|
||||
- https://git.e3t.cc/~core/trifid
|
||||
tasks:
|
||||
- setup: |
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
rustup default stable
|
||||
- check: |
|
||||
cd /home/build/trifid/tfclient
|
||||
cargo check --locked
|
||||
|
|
Loading…
Reference in New Issue