Skip to content

Commit c7ca486

Browse files
committed
Added submodules
1 parent 34535b7 commit c7ca486

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
steps:
1212
- uses: actions/checkout@v2
13+
- name: Checkout submodules
14+
uses: srt32/[email protected]
15+
with:
16+
args: git submodule update --init --recursive
1317
- uses: actions/setup-java@v1
1418
with:
1519
java-version: '15.0.0'

0 commit comments

Comments
 (0)