This commit is contained in:
Thomas Sauter 2025-10-23 10:00:06 +02:00
parent 96cb5c8ca5
commit 94b3548ec8
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65

View file

@ -56,6 +56,10 @@ jobs:
- name: Install dependencies
run: |
echo "--------------------------------------------------------------------"
echo "Install dependencies"
echo script: "${{ inputs.INSTALL_SCRIPT }}"
echo "--------------------------------------------------------------------"
${{ inputs.INSTALL_SCRIPT }}
- name: Setup repostitory