mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Updated workflows
This commit is contained in:
parent
c137e75d7e
commit
445e57c843
2 changed files with 2 additions and 0 deletions
1
.github/workflows/bld.yml
vendored
1
.github/workflows/bld.yml
vendored
|
@ -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 }}
|
||||
|
|
1
.github/workflows/pages.yml
vendored
1
.github/workflows/pages.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
- name: Checkout source repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK 17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue