BT
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.github/workflows/release.yml
|
@ -6,6 +6,8 @@ jobs: |
|
|
runs-on: ubuntu-18.04 |
|
|
runs-on: ubuntu-18.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/checkout@v1 |
|
|
|
|
|
- name: Run Apt-get update |
|
|
|
|
|
run: sudo apt-get update |
|
|
- name: Install Dependencies |
|
|
- name: Install Dependencies |
|
|
run: sudo apt-get -y install quilt qemu-user-static debootstrap bsdtar |
|
|
run: sudo apt-get -y install quilt qemu-user-static debootstrap bsdtar |
|
|
- name: Run Build script |
|
|
- name: Run Build script |
|
|