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

update apt sources first
This commit is contained in:
Aaron Honeycutt 2025-12-10 18:09:58 -07:00
parent 276a8ed3c4
commit 50558d87d2

View file

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