mirror of https://github.com/ipxe/ipxe.git
Add diagnostics to build log
parent
cf594e3d40
commit
f73e062a16
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: make
|
||||
run: cd src && make
|
||||
run: cd src && make V=1
|
||||
- name: make check
|
||||
run: make check
|
||||
- name: make distcheck
|
||||
|
|
Loading…
Reference in New Issue