diff --git a/.github/workflows/building-deb.yml b/.github/workflows/building-deb.yml index cae517a..a7a752a 100755 --- a/.github/workflows/building-deb.yml +++ b/.github/workflows/building-deb.yml @@ -306,7 +306,7 @@ jobs: run: | git clone https://github.com/$GITHUB_REPOSITORY cd $(basename $GITHUB_REPOSITORY) - bash ../.github/workflows/configure-building-enviroment.sh + sudo bash ../.github/workflows/configure-building-enviroment.sh - name: Building ${{ GITHUB.repository }} run: |