mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Updated workflows
This commit is contained in:
parent
c137e75d7e
commit
445e57c843
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…
Reference in a new issue