Update actions to include submodule checkout

pull/102/head
dgtlrift 2020-01-14 15:26:37 -05:00 committed by GitHub
parent 9b127eee31
commit f700041cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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