mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-12 19:30:47 +01:00
Attempt to fix ci-build issue #2
This commit is contained in:
parent
46228dd078
commit
d924383fb2
3
.github/workflows/gradle.yml
vendored
3
.github/workflows/gradle.yml
vendored
@ -6,10 +6,9 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
- name: Set up JDK 1.17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user