Merge branch 'master' of github.com:overflowerror/CFloor

This commit is contained in:
overflowerror 2021-05-05 23:04:07 +02:00
commit ccd1441c90

View file

@ -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