use -C correctly :)

This commit is contained in:
mrdudz
2025-06-12 20:58:36 +02:00
parent 86cf60d0e6
commit b2616eac0d

View File

@@ -29,7 +29,7 @@ jobs:
run: make -j2 bin USER_CFLAGS=-Werror
- name: Build the dbginfo example
shell: bash
run: make -j2 src dbginfo
run: make -j2 -C src dbginfo
- name: Build the utilities.
shell: bash
run: make -j2 util