mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
Removing check on install dependencies script
This commit is contained in:
parent
a02023dc4d
commit
7a388c7fe0
7
.github/workflows/install_dependencies.yml
vendored
7
.github/workflows/install_dependencies.yml
vendored
|
@ -11,9 +11,4 @@ jobs:
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: |
|
run: |
|
||||||
echo "Starting dependency installation..."
|
echo "Starting dependency installation..."
|
||||||
if [ -f "${GITHUB_WORKSPACE}/automation_tools/install_dependencies.sh" ]; then
|
/bin/bash "${GITHUB_WORKSPACE}/automation_tools/install_dependencies.sh"
|
||||||
/bin/bash "${GITHUB_WORKSPACE}/automation_tools/install_dependencies.sh"
|
|
||||||
else
|
|
||||||
echo "Dependency installation script not found."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
Loading…
Reference in a new issue