Update .gitea/workflows/ci.yml
This commit is contained in:
parent
78d3a2679c
commit
8d84a0f001
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
apt install -y curl
|
apt install -y curl
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
ls
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
test-arm64:
|
test-arm64:
|
||||||
|
|
@ -25,4 +26,5 @@ jobs:
|
||||||
apt install -y curl
|
apt install -y curl
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
ls
|
||||||
cargo build
|
cargo build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue