WORKFLOW: fix dependencies script
Some checks failed
Build ES-DE / Building_RetroDECK-ES-DE (push) Has been cancelled

This commit is contained in:
XargonWan 2025-02-01 21:03:12 +09:00
parent 4b55f361db
commit c3f07450c1

View file

@ -20,8 +20,9 @@ jobs:
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
fetch-depth: 1
- name: "Install dependencies"
run: "automation_tools/install_dependencies.sh"
# Install Dependencies
- name: Install dependencies
run: curl "https://raw.githubusercontent.com/RetroDECK/components-template/main/automation_tools/install_dependencies.sh" | bash
- name: Run pre-build automation tasks
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"