diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4569ddb..3c76b5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,9 +28,9 @@ jobs: # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - apt update - apt-get -y install coreutils quilt parted qemu-user-static debootstrap zerofree zip dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc qemu-utils kpartx gpg pigz - curl -fsSL https://get.docker.com -o get-docker.sh - sh get-docker.sh - ./build-docker.sh + sudo apt update + sudo apt-get -y install coreutils quilt parted qemu-user-static debootstrap zerofree zip dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc qemu-utils kpartx gpg pigz + sudo curl -fsSL https://get.docker.com -o get-docker.sh + sudo sh ./get-docker.sh + sudo ./build-docker.sh