Skip to content

Commit

Permalink
Back to Oracle's actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras authored and forax committed Dec 9, 2022
1 parent 9a58253 commit a9be677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: "Checkout sources"
uses: actions/checkout@v3
- name: "Setup Java"
uses: actions/setup-java@main
uses: oracle-actions/setup-java@v1
with:
distribution: 'oracle'
java-version: ${{ matrix.java }}
website: oracle.com
release: ${{ matrix.java }}
- name: "Build"
run: java build/build.java

0 comments on commit a9be677

Please sign in to comment.