diff --git a/.github/workflows/createiso.yml b/.github/workflows/createiso.yml index 570cd5b..a4973b4 100644 --- a/.github/workflows/createiso.yml +++ b/.github/workflows/createiso.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v2 - name: Install dependencies with bootstrap script - run: ./bootstrap.sh + run: sudo ./bootstrap.sh - name: Execute master ISO script run: echo "running master_iso"