Update .gitea/workflows/ci.yml
All checks were successful
build / test-amd64 (push) Successful in 3s
build / test-arm64 (push) Successful in 8s

This commit is contained in:
Aaron Honeycutt 2025-12-10 18:32:28 -07:00
parent a8a8be6700
commit ac68e66fce

View file

@ -11,7 +11,7 @@ jobs:
- name: Install rustup
run: |
apt update -m
apt install -y curl
pwd
ls
test-arm64:
@ -20,5 +20,5 @@ jobs:
- name: Build
run: |
apt update -m
apt install -y curl
pwd
ls