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

This commit is contained in:
Aaron Honeycutt 2025-12-10 19:04:33 -07:00
parent b302b2ee6a
commit 46d374bb5a

View file

@ -19,10 +19,7 @@ jobs:
uses: actions/checkout@v5
- name: Build
run: |
apt update -m
pwd
ls -la
run: cargo build
test-arm64:
runs-on: [ubuntu-24.04, arm64-builder]
@ -38,7 +35,4 @@ jobs:
uses: actions/checkout@v5
- name: Build
run: |
apt update -m
pwd
ls -la
run: cargo build