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 committed Dec 9, 2022
1 parent d211703 commit 3f59542
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 3f59542

Please sign in to comment.