From 46d374bb5a0a1fa23131465abcbfcf9b32764304 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 19:04:33 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2fd03cc..c105257 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 \ No newline at end of file + run: cargo build \ No newline at end of file