build utilities in a seperate step

This commit is contained in:
mrdudz
2022-02-11 16:38:40 +01:00
parent c138454bcc
commit 648c8e21e3

View File

@@ -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