mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 04:18:55 +00:00
added dependencies to workflow
This commit is contained in:
parent
b5a8c33d02
commit
4bed7d6948
1 changed files with 2 additions and 0 deletions
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue