pull/436/head
Fayaaz 2020-07-26 19:36:21 +01:00
parent 9f5165b543
commit 6f38dbb990
1 changed files with 2 additions and 3 deletions

View File

@ -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: