Update .gitea/workflows/ci.yml
Some checks failed
build / test-amd64 (push) Failing after 28s
build / test-arm64 (push) Failing after 2m25s

add yes to curl
This commit is contained in:
Aaron Honeycutt 2025-12-10 18:11:46 -07:00
parent 50558d87d2
commit 43298bcab2

View file

@ -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