dead
This commit is contained in:
parent
ac79a51893
commit
c1ec9a7b85
|
@ -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