From 5594b78ef2ced67ed2413f0e366b5cbdd41466f5 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 13:45:08 +0900 Subject: [PATCH] Removed redundant install dependecies script as it's now sourced by build_artifacts.yml --- .github/workflows/build-artifacts.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index a18cf15..bd6cd90 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -9,11 +9,8 @@ on: workflow_dispatch: jobs: - install-dependencies: - uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main build-project: - needs: install-dependencies # Ensures this job only runs after install-dependencies uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main with: MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml" \ No newline at end of file