CI syntax error fix
Former-commit-id: 0845620384c08a3f937655931775a20728b19526
This commit is contained in:
parent
ace581d9f2
commit
0924f9b0c6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
with:
|
||||
submodules: true
|
||||
- name: make
|
||||
run: |
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
runs-on: ubuntu-16.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
with:
|
||||
submodules: true
|
||||
- name: make
|
||||
run: |
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
with:
|
||||
submodules: true
|
||||
- name: make
|
||||
run: make
|
||||
|
Loading…
x
Reference in New Issue
Block a user