Update ci.yml

This commit is contained in:
Christian Treffs 2020-08-12 21:54:35 +02:00 committed by GitHub
parent c6ba65b6c0
commit e00e125a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- name: "Update APT"
shell: bash
run: "apt update"
- name: "Install curl"
shell: bash
run: "apt-get install -y curl"