fix this too
This commit is contained in:
parent
e0745204b6
commit
0436c6e314
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ jobs:
|
||||||
run: make -C samples clean
|
run: make -C samples clean
|
||||||
- name: Remove programs in util directory
|
- name: Remove programs in util directory
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 util clean
|
run: make -C util clean
|
||||||
- name: Build the document files.
|
- name: Build the document files.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 doc
|
run: make -j2 doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue