Removing check on install dependencies script

This commit is contained in:
XargonWan 2024-11-05 12:21:17 +09:00
parent a02023dc4d
commit 7a388c7fe0

View file

@ -11,9 +11,4 @@ jobs:
- name: "Install dependencies"
run: |
echo "Starting dependency installation..."
if [ -f "${GITHUB_WORKSPACE}/automation_tools/install_dependencies.sh" ]; then
/bin/bash "${GITHUB_WORKSPACE}/automation_tools/install_dependencies.sh"
else
echo "Dependency installation script not found."
exit 1
fi