Skip to content

Commit

Permalink
make actions grab submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Nov 8, 2024
1 parent 662e0cd commit 74e174a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
submodules: 'recursive'
- uses: actions/cache@v3
with:
path: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
submodules: 'recursive'
- uses: actions/setup-java@v4
with:
java-version: '17'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
submodules: 'recursive'
- uses: actions/setup-java@v4
with:
java-version: '17'
Expand Down

0 comments on commit 74e174a

Please sign in to comment.