From 88211a2744fc1dcab1739042e229120ff52107ee Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 20:22:08 +0100 Subject: [PATCH] [MOD] Use setup-cytoplasm action --- .gitea/workflows/test-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-push.yaml b/.gitea/workflows/test-push.yaml index 286ab05..4cd69f4 100644 --- a/.gitea/workflows/test-push.yaml +++ b/.gitea/workflows/test-push.yaml @@ -19,8 +19,8 @@ jobs: ssl: openssl # TODO: Implement all of this # Compile out Cytoplasm - #- name: Compiles Cytoplasm - # uses: ./.gitea/actions/build-latest-cytoplasm + - name: Compiles Cytoplasm + uses: https://git.telodendria.io/lda/setup-cytoplasm@master # Finally, builds out Telodendria with everything. #- name: Compiles Telodendria