From d66344d012229c28f14cbc474898ff9f456b11ac Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 13:39:50 +0900 Subject: [PATCH] Removing redundant install dependencies script from build-project --- .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 e2f6e89..ce29606 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -38,9 +38,6 @@ jobs: with: submodules: 'true' - - name: "Install dependencies" - uses: ./.github/workflows/build_artifacts.yml - - name: "Assembling manifest" if: ${{ env.DYNAMIC_MANIFEST == 'true' }} run: |