From 4a21567bc5d471b3849807486a6276560377ae54 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 21 Sep 2024 14:52:41 -0400 Subject: [PATCH] 2nd CI attempt --- .forgejo/workflows/compile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml index 3c3cef3..f1fbf1a 100644 --- a/.forgejo/workflows/compile.yaml +++ b/.forgejo/workflows/compile.yaml @@ -10,8 +10,8 @@ jobs: arch: [aarch64] runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"] steps: - - name: Check out repository - uses: actions/checkout@v3 + #- name: Check out repository + # uses: actions/checkout@v3 - name: Configure Cytoplasm run: ./configure - name: Build Cytoplasm