added dependencies to workflow

This commit is contained in:
overflowerror 2021-04-29 23:10:56 +02:00 committed by GitHub
parent b5a8c33d02
commit 4bed7d6948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install deps
run: apt update && apt install libpthread-stubs0-dev libc6
- name: make test
run: make test
- name: run tests