Skip to content

Commit 0091570

Browse files
committed
Fix YAML format
1 parent eb8f136 commit 0091570

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/workflow.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ jobs:
6060
- name: Build
6161
run: mvn dependency:go-offline install
6262

63-
build_jdk_zulu_8:
64-
runs-on: ubuntu-latest
65-
steps:
66-
# Checks-out the repository under $GITHUB_WORKSPACE
67-
- uses: actions/checkout@v4
68-
# Set up Java 8
69-
- name: Set up JDK 8
70-
uses: actions/setup-java@v4
71-
with:
72-
distribution: 'zulu'
73-
java-version: '8'
74-
cache: 'maven'
75-
- name: Build
76-
run: mvn dependency:go-offline install
63+
build_jdk_zulu_8:
64+
runs-on: ubuntu-latest
65+
steps:
66+
# Checks-out the repository under $GITHUB_WORKSPACE
67+
- uses: actions/checkout@v4
68+
# Set up Java 8
69+
- name: Set up JDK 8
70+
uses: actions/setup-java@v4
71+
with:
72+
distribution: 'zulu'
73+
java-version: '8'
74+
cache: 'maven'
75+
- name: Build
76+
run: mvn dependency:go-offline install
7777

7878
build_jdk_temurin_other:
7979
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)