Trying to self reference the install_dependencies step

This commit is contained in:
XargonWan 2024-11-05 14:04:02 +09:00
parent 04ce150aab
commit f9ba2cf8cf

View file

@ -39,7 +39,7 @@ jobs:
submodules: 'true'
- name: "Install dependencies"
uses: ./.github/workflows/build_artifacts.yml
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
- name: "Assembling manifest"
if: ${{ env.DYNAMIC_MANIFEST == 'true' }}