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

install curl
This commit is contained in:
Aaron Honeycutt 2025-12-10 18:09:08 -07:00
parent d971719c06
commit 276a8ed3c4

View file

@ -10,6 +10,7 @@ jobs:
steps:
- name: Install rustup
run: |
apt install curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo build
@ -18,5 +19,6 @@ jobs:
steps:
- name: Install rustup
run: |
apt install curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo build