Skip to content

Commit

Permalink
Add handling of submodues to CI. (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin authored Aug 31, 2021
1 parent 991b286 commit 36d4473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Run buil.sh
run: |
if [ ${{ matrix.kernel_version }} = "4.18.0" ]; then
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Run build.sh
run: |
if [ ${{ matrix.kernel_version }} = "4.18.0" ]; then
Expand Down

0 comments on commit 36d4473

Please sign in to comment.