Fix sudo
This commit is contained in:
parent
9f5165b543
commit
6f38dbb990
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -23,11 +23,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install deps
|
||||
run: apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
|
||||
dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc
|
||||
run: sudo apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc
|
||||
# Runs a single command using the runners shell
|
||||
- name: Build
|
||||
run: ./build.sh
|
||||
run: sudo ./build.sh
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user