From 932ec1eb3aed3c9d18d3c328e2e3fc2e710af031 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 18:44:27 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 11cbbc9..0875274 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,6 +9,7 @@ jobs: runs-on: [rust-latest, amd64-builder] steps: - uses: actions/checkout@v4 + - name: Build run: | apt update -m @@ -19,6 +20,7 @@ jobs: runs-on: [rust-latest, arm64-builder] steps: - uses: actions/checkout@v4 + - name: Build run: | apt update -m