Fix typo.
This commit is contained in:
parent
b248613ba5
commit
c3dea7641e
23
.github/workflows/ccpp.yml
vendored
23
.github/workflows/ccpp.yml
vendored
|
@ -21,26 +21,3 @@ jobs:
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
name: C/C++ CI
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-linux:
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: apt
|
|
||||||
run: sudo apt update && sudo apt install bison flex ninja-build
|
|
||||||
- name: make
|
|
||||||
run: make
|
|
||||||
|
|
||||||
build-macos:
|
|
||||||
runs-on: macos-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: brew
|
|
||||||
run: brew install ninja
|
|
||||||
- name: make
|
|
||||||
run: make
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue