Skip to content

Commit 46afc8f

Browse files
committed
GH Fix
1 parent d58b461 commit 46afc8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/buildandupload.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616

17+
- uses: actions/setup-java@v3
18+
with:
19+
distribution: 'temurin'
20+
java-version: '17'
21+
1722
- name: Build
1823
run: ./gradlew build
1924

0 commit comments

Comments
 (0)