From 87febe92be32c117aa64c014f6866d8b6e0df5bd Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 17:37:31 +0100 Subject: [PATCH] [MOD] Explicitely give out arguments --- .gitea/workflows/test-push.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test-push.yaml b/.gitea/workflows/test-push.yaml index 554268a..08127b4 100644 --- a/.gitea/workflows/test-push.yaml +++ b/.gitea/workflows/test-push.yaml @@ -11,8 +11,11 @@ jobs: # Setups a basic build environment. - name: Setup build environment uses: ./.gitea/actions/setup-build + with: + compiler: gcc + ssl: openssl - # TODO + # TODO: Implement all of this # Compile out Cytoplasm #- name: Compiles Cytoplasm # uses: ./.gitea/actions/build-latest-cytoplasm