From ac68e66fce2d92ca14dead04a3676995219ebea3 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 18:32:28 -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 86ebc1a..6cd7dbc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Install rustup run: | apt update -m - apt install -y curl + pwd ls test-arm64: @@ -20,5 +20,5 @@ jobs: - name: Build run: | apt update -m - apt install -y curl + pwd ls \ No newline at end of file