Browse Source

Add apt-get update

master
BT 5 years ago
committed by GitHub
parent
commit
aaef5bd2ec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Run Apt-get update
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt-get -y install quilt qemu-user-static debootstrap bsdtar
- name: Run Build script

Loading…
Cancel
Save