Skip to content

Commit a4a5b52

Browse files
committed
Use asdf.
1 parent b8cef53 commit a4a5b52

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Set up OpenJDK
14-
uses: actions/setup-java@v3
15-
with:
16-
distribution: temurin
17-
java-version: 17
13+
- name: asdf_install
14+
uses: asdf-vm/actions/install@v1
1815
- name: Cache Gradle packages
1916
uses: actions/cache@v3
2017
with:

0 commit comments

Comments
 (0)