From ab6a620405b4cf548b5486e05e6f4e2e75def66f Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 14:47:57 +0900 Subject: [PATCH] Removing clone step as included in build_artifacts --- .github/workflows/build-artifacts.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 6153675..bd6cd90 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -10,17 +10,7 @@ on: jobs: - repo-clone: - runs-on: ubuntu-latest - steps: - - - name: Clone repo - uses: actions/checkout@v3 - with: - submodules: 'true' - build-project: uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main - needs: repo-clone with: MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml" \ No newline at end of file