From 0d6b439d6bca925f1b527097c8909742d311ccb0 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 18:33:06 -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 6cd7dbc..667564d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: run: | apt update -m pwd - ls + l test-arm64: runs-on: [rust-latest, arm64-builder] @@ -21,4 +21,4 @@ jobs: run: | apt update -m pwd - ls \ No newline at end of file + l \ No newline at end of file