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