Update c-cpp.yml

This commit is contained in:
overflowerror 2021-04-30 15:42:19 +02:00 committed by GitHub
parent b3689b1c03
commit 6d966c4229
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 deps
run: apt update && apt install libpthread-stubs0-dev libc6
run: sudo apt update && sudo apt install libpthread-stubs0-dev libc6
- name: make test
run: make test
- name: run tests