From 0abd44b701557fab563a8aec62745a65591a8d58 Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Sun, 14 Jun 2026 13:35:46 -0400 Subject: [PATCH] fix: ci --- .forgejo/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 2c7acfe..dd09b08 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -13,9 +13,6 @@ jobs: outputs: artifact_name: ${{ steps.meta.outputs.name }} steps: - - name: Install git and node - run: apt-get update && apt-get install -y git nodejs - - name: Checkout uses: actions/checkout@v4