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