Skip to content

Commit

Permalink
Recursively checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Dec 9, 2023
1 parent f2f6a6f commit 1cce785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: 'Check out repository'
uses: actions/checkout@v4
with:
submodules: recursive
- name: 'List all -info.java files'
run: find | grep \\-info.java
- name: 'Set up Java'
Expand Down

0 comments on commit 1cce785

Please sign in to comment.