From b488943e10b9f7c897eb5a9897fbd693d910588f Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 18:42:09 +0100 Subject: [PATCH] [TEST] --- .gitea/workflows/test-push.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/test-push.yaml b/.gitea/workflows/test-push.yaml index e1326d3..be87a22 100644 --- a/.gitea/workflows/test-push.yaml +++ b/.gitea/workflows/test-push.yaml @@ -12,13 +12,11 @@ jobs: - name: Checking out Telodendria uses: actions/checkout@v4 - - run: "Setting up basic environment" - name: Setup build environment uses: ./.gitea/actions/setup-build with: compiler: gcc ssl: openssl - # TODO: Implement all of this # Compile out Cytoplasm #- name: Compiles Cytoplasm