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