mirror of https://github.com/ipxe/ipxe.git
Update actions to include submodule checkout
parent
9b127eee31
commit
f700041cff
|
@ -9,6 +9,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checkout submodules
|
||||
uses: textbook/git-checkout-submodule-action@2.0.0
|
||||
- name: make
|
||||
run: cd src && make -d V=1
|
||||
- name: make check
|
||||
|
|
Loading…
Reference in New Issue