From d4ee8a800e63a82fc7a885c52e8788d6881439a8 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 18:34:34 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 667564d..1713960 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: run: | apt update -m pwd - l + ls -la test-arm64: runs-on: [rust-latest, arm64-builder] @@ -21,4 +21,4 @@ jobs: run: | apt update -m pwd - l \ No newline at end of file + ls -la \ No newline at end of file