Skip to content

Commit

Permalink
fix workflow with java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cat-tty committed Jan 25, 2023
1 parent 2c66f00 commit 1ab750d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Build Project
run: make build
Expand Down

0 comments on commit 1ab750d

Please sign in to comment.