use -C correctly :)
This commit is contained in:
2
.github/workflows/build-on-pull-request.yml
vendored
2
.github/workflows/build-on-pull-request.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
run: make -j2 bin USER_CFLAGS=-Werror
|
run: make -j2 bin USER_CFLAGS=-Werror
|
||||||
- name: Build the dbginfo example
|
- name: Build the dbginfo example
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 src dbginfo
|
run: make -j2 -C src dbginfo
|
||||||
- name: Build the utilities.
|
- name: Build the utilities.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 util
|
run: make -j2 util
|
||||||
|
|||||||
Reference in New Issue
Block a user