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