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

This commit is contained in:
Aaron Honeycutt 2025-12-10 18:16:02 -07:00
parent 78d3a2679c
commit 8d84a0f001

View file

@ -14,6 +14,7 @@ jobs:
apt install -y curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
ls
cargo build
test-arm64:
@ -25,4 +26,5 @@ jobs:
apt install -y curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
ls
cargo build