2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Updated workflows

This commit is contained in:
Geert Bevin 2023-05-09 21:32:55 -04:00
parent c137e75d7e
commit 445e57c843
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,7 @@ jobs:
- name: Checkout source repository
uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: 0
- name: Set up JDK ${{ matrix.java-version }}

View file

@ -32,6 +32,7 @@ jobs:
- name: Checkout source repository
uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: 0
- name: Set up JDK 17