Skip to content

Commit 48dac67

Browse files
committed
attempting to fix window build
1 parent ea5bc0b commit 48dac67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: Set up JDK 1.8
1515
uses: actions/setup-java@v3
1616
with:
17+
distribution: temurin
1718
java-version: 8
1819
- name: Grant execute permission for gradlew
1920
run: chmod +x gradlew
@@ -54,6 +55,7 @@ jobs:
5455
- name: Set up JDK 1.8
5556
uses: actions/setup-java@v3
5657
with:
58+
distribution: temurin
5759
java-version: 8
5860
# - name: Build with Gradle
5961
# run: .\gradlew.bat build -x dokkaHtml -x dokkaHtmlJar
@@ -78,6 +80,7 @@ jobs:
7880
- name: Set up JDK 1.8
7981
uses: actions/setup-java@v3
8082
with:
83+
distribution: temurin
8184
java-version: 8
8285
- name: Grant execute permission for gradlew
8386
run: chmod +x gradlew

0 commit comments

Comments
 (0)