Update .gitea/workflows/ci.yml
add yes to curl
This commit is contained in:
parent
50558d87d2
commit
43298bcab2
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
run: |
|
||||
apt update -m
|
||||
apt install -y curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
cargo build
|
||||
|
||||
test-arm64:
|
||||
|
|
@ -22,5 +22,5 @@ jobs:
|
|||
run: |
|
||||
apt update -m
|
||||
apt install -y curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
cargo build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue