Update apt before install

pull/436/head
Fayaaz 2020-07-26 21:31:58 +01:00
parent 2454a111f0
commit 447ca52212
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Update apt-get
run: sudo apt-get update
- name: Install deps
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