dead
This commit is contained in:
parent
605dcd7548
commit
90baf1a501
|
@ -1,19 +0,0 @@
|
||||||
name: simulator ci
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Build Simulator
|
|
||||||
working-directory: ./simulator/
|
|
||||||
run: make -j4
|
|
||||||
|
|
Loading…
Reference in New Issue