Skip to content

Commit c3f0745

Browse files
committed
WORKFLOW: fix dependencies script
1 parent 4b55f36 commit c3f0745

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_es-de.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
2121
fetch-depth: 1
2222

23-
- name: "Install dependencies"
24-
run: "automation_tools/install_dependencies.sh"
23+
# Install Dependencies
24+
- name: Install dependencies
25+
run: curl "https://raw.githubusercontent.com/RetroDECK/components-template/main/automation_tools/install_dependencies.sh" | bash
2526

2627
- name: Run pre-build automation tasks
2728
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"

0 commit comments

Comments
 (0)