Skip to content

Commit

Permalink
github: clone all
Browse files Browse the repository at this point in the history
  • Loading branch information
naups committed Apr 16, 2024
1 parent d920c10 commit 04f5b49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/private_builds1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
echo "DATE=$(date +'%F')" >> $GITHUB_ENV
- name: Checkout kernel source
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
submodules: 'true'
fetch-depth: 0

- name: Checkout zipper
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: SantriKode/AnyKranul3
path: zipper
Expand Down

0 comments on commit 04f5b49

Please sign in to comment.