Removing redundant install dependencies script from build-project

This commit is contained in:
XargonWan 2024-11-05 13:39:50 +09:00
parent a8f1536466
commit d66344d012

View file

@ -38,9 +38,6 @@ jobs:
with: with:
submodules: 'true' submodules: 'true'
- name: "Install dependencies"
uses: ./.github/workflows/build_artifacts.yml
- name: "Assembling manifest" - name: "Assembling manifest"
if: ${{ env.DYNAMIC_MANIFEST == 'true' }} if: ${{ env.DYNAMIC_MANIFEST == 'true' }}
run: | run: |