mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 20:28:56 +00:00
Merge branch 'master' of github.com:overflowerror/CFloor
This commit is contained in:
commit
ccd1441c90
1 changed files with 2 additions and 2 deletions
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
|
@ -9,12 +9,12 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
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