Skip to content

Commit

Permalink
submodules by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Oct 18, 2024
1 parent 0606d1f commit e45b028
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
needs: [%jobNeeds%]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: 'recursive'

%downloadArtifacts%

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
echo "NDK_HOME=$HOME/android-ndk/android-ndk-r25c" >> $GITHUB_ENV
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: 'recursive'

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
/usr/bin/xcodebuild -version
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: 'recursive'

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: 'recursive'

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit e45b028

Please sign in to comment.