From f68aab43e34677a325cccde008f232aebce539e7 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sun, 28 Jul 2024 14:22:38 +0100 Subject: [PATCH] taking out dependency --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d6a8914..218c086 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,6 @@ jobs: publishLib: runs-on: ubuntu-latest name: Package Library - needs: [ build ] # for ignoring bad builds if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - name: Checkout