1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

build utilities in a seperate step

This commit is contained in:
mrdudz
2022-02-11 16:38:40 +01:00
parent c138454bcc
commit 648c8e21e3
+4 -3
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