We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b55f36 commit c3f0745Copy full SHA for c3f0745
.github/workflows/build_es-de.yml
@@ -20,8 +20,9 @@ jobs:
20
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
21
fetch-depth: 1
22
23
- - name: "Install dependencies"
24
- run: "automation_tools/install_dependencies.sh"
+ # Install Dependencies
+ - name: Install dependencies
25
+ run: curl "https://raw.githubusercontent.com/RetroDECK/components-template/main/automation_tools/install_dependencies.sh" | bash
26
27
- name: Run pre-build automation tasks
28
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
0 commit comments