We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a58253 commit a9be677Copy full SHA for a9be677
.github/workflows/main.yml
@@ -17,9 +17,9 @@ jobs:
17
- name: "Checkout sources"
18
uses: actions/checkout@v3
19
- name: "Setup Java"
20
- uses: actions/setup-java@main
+ uses: oracle-actions/setup-java@v1
21
with:
22
- distribution: 'oracle'
23
- java-version: ${{ matrix.java }}
+ website: oracle.com
+ release: ${{ matrix.java }}
24
- name: "Build"
25
run: java build/build.java
0 commit comments