Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 15f4278

Browse files
committed
fix: build with java 17
1 parent df8465c commit 15f4278

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tagged-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
runs-on: "ubuntu-latest"
1212

1313
steps:
14+
- name: Setup Java
15+
uses: actions/setup-java@v3
16+
with:
17+
distribution: 'adopt'
18+
java-version: '17'
1419
- name: Clone repository
1520
uses: GuillaumeFalourd/clone-github-repo-action@main
1621
with:

0 commit comments

Comments
 (0)