build utilities in a seperate step
This commit is contained in:
parent
1f51a9f587
commit
118e73ddf9
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build-on-pull-request.yml
vendored
7
.github/workflows/build-on-pull-request.yml
vendored
|
@ -23,9 +23,10 @@ jobs:
|
|||
|
||||
- name: Build the tools.
|
||||
shell: bash
|
||||
run: |
|
||||
make -j2 bin USER_CFLAGS=-Werror
|
||||
make -j2 util
|
||||
run: make -j2 bin USER_CFLAGS=-Werror
|
||||
- name: Build the utilities.
|
||||
shell: bash
|
||||
run: make -j2 util
|
||||
- name: Build the platform libraries.
|
||||
shell: bash
|
||||
run: make -j2 lib QUIET=1
|
||||
|
|
Loading…
Add table
Reference in a new issue