mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
Trying to self reference the install_dependencies step
This commit is contained in:
parent
04ce150aab
commit
f9ba2cf8cf
2
.github/workflows/build_artifacts.yml
vendored
2
.github/workflows/build_artifacts.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
uses: ./.github/workflows/build_artifacts.yml
|
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
|
||||||
|
|
||||||
- name: "Assembling manifest"
|
- name: "Assembling manifest"
|
||||||
if: ${{ env.DYNAMIC_MANIFEST == 'true' }}
|
if: ${{ env.DYNAMIC_MANIFEST == 'true' }}
|
||||||
|
|
Loading…
Reference in a new issue