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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user