Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHarim authored Dec 13, 2023
1 parent 30e6975 commit f494559
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
submodules: recursive
fetch-depth: 0
token: ${{ secrets.GIT_TOKEN }}

- name: Update submodules to latest commit on main branch
run: git submodule update --remote

- uses: actions/checkout@v3
- name: Set up JDK 11
Expand Down

0 comments on commit f494559

Please sign in to comment.