Skip to content

Commit

Permalink
workflows: use recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
naups committed Apr 16, 2024
1 parent 7cb9f27 commit d920c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/private_builds1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout kernel source
uses: actions/checkout@v2
with:
submodules: 'true'
submodules: 'recursive'

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

0 comments on commit d920c10

Please sign in to comment.