Skip to content

Commit

Permalink
Make build & publish workflow checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
GliczDev committed Jul 29, 2024
1 parent d4719a1 commit 28b08bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout project sources
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup JDK 21 for x64
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 28b08bb

Please sign in to comment.