pull/20/merge
Dirk Stolle 3 years ago committed by GitHub
commit 184162a530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ jobs:
container: docker.io/library/debian:sid container: docker.io/library/debian:sid
steps: steps:
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Update repository - name: Update repository
run: apt-get update -y run: apt-get update -y
- name: Install the basic dev packages - name: Install the basic dev packages
@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Update repository - name: Update repository
run: sudo apt-get update -y run: sudo apt-get update -y
- name: Install the basic dev packages - name: Install the basic dev packages

Loading…
Cancel
Save