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. - name: Build the tools.
shell: bash shell: bash
run: | run: make -j2 bin USER_CFLAGS=-Werror
make -j2 bin USER_CFLAGS=-Werror - name: Build the utilities.
make -j2 util shell: bash
run: make -j2 util
- name: Build the platform libraries. - name: Build the platform libraries.
shell: bash shell: bash
run: make -j2 lib QUIET=1 run: make -j2 lib QUIET=1