mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
Removing redundant install dependencies script from build-project
This commit is contained in:
parent
a8f1536466
commit
d66344d012
3
.github/workflows/build_artifacts.yml
vendored
3
.github/workflows/build_artifacts.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue