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

source cargo
This commit is contained in:
Aaron Honeycutt 2025-12-10 18:13:53 -07:00
parent 43298bcab2
commit 78d3a2679c

View file

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