From e5391a525f54dbafdde3a98819f80c7a3cca9ebb Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 19:09:34 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b069c9d..a70d8dc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,6 +8,9 @@ jobs: test-amd64: runs-on: [rust-latest, amd64-builder] steps: + - name: System Info + run: uname -m + - name: Setup run: | apt update -y @@ -24,6 +27,9 @@ jobs: test-arm64: runs-on: [rust-latest, arm64-builder] steps: + - name: System Info + run: uname -m + - name: Setup run: | apt update -y