diff --git a/.github/workflows/dietpi-software.yml b/.github/workflows/dietpi-software.yml index 853a382e5d..37bf3a7a87 100644 --- a/.github/workflows/dietpi-software.yml +++ b/.github/workflows/dietpi-software.yml @@ -76,5 +76,5 @@ jobs: [ $owner ] || owner=$GITHUB_REPOSITORY_OWNER branch='${{ github.event.inputs.branch }}' [ $branch ] || branch=$GITHUB_REF_NAME - sudo systemctl stop ssh mono-xsp4 + sudo systemctl stop ssh mono-xsp4 systemd-resolved sudo bash -c "G_GITOWNER=$owner G_GITBRANCH=$branch; $(curl -sSf "https://raw.githubusercontent.com/$owner/DietPi/$branch/.github/workflows/dietpi-software.bash")" -- -a '${{ matrix.arch }}' -d '${{ matrix.dist }}' -s '${{ github.event.inputs.soft }}' -rpi '${{ github.event.inputs.rpi }}'