Skip to content

Commit

Permalink
workflows: add submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
naups committed Apr 15, 2024
1 parent 967bdcc commit 188db98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/private_builds1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Checkout kernel source
uses: actions/checkout@v2
with:
submodules: 'true'

- name: Checkout zipper
uses: actions/checkout@v2
Expand Down

0 comments on commit 188db98

Please sign in to comment.