From c693756e18b7e33f350b2cb6ee5fb3f030abda06 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 18:41:20 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1713960..11cbbc9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,8 @@ jobs: test-amd64: runs-on: [rust-latest, amd64-builder] steps: - - name: Install rustup + - uses: actions/checkout@v4 + - name: Build run: | apt update -m pwd @@ -17,6 +18,7 @@ jobs: test-arm64: runs-on: [rust-latest, arm64-builder] steps: + - uses: actions/checkout@v4 - name: Build run: | apt update -m