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

This commit is contained in:
Aaron Honeycutt 2025-12-10 18:24:14 -07:00
parent f44db5e1a4
commit 1c3093f901

View file

@ -6,22 +6,21 @@ on:
jobs:
test-amd64:
runs-on: [ubuntu-24.04, amd64-builder]
runs-on: [rust-latest, amd64-builder]
steps:
- name: Install rustup
- name: Build
run: |
apt update -m
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:
runs-on: [rust-latest, arm64-builder]
steps:
- name: Install rustup
- name: Build
run: |
apt update -m
apt install -y curl
ls
cargo build