Update c-cpp.yml

This commit is contained in:
Martin Raiber 2020-11-07 17:44:06 +01:00 committed by GitHub
parent 7ffd5e8052
commit 85c8fb128c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install liburing
run: sudo apt install liburing-dev
run: sudo apt update && sudo apt install liburing-dev
- name: autoconf
run: autoreconf --install
- name: configure