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