Skip to content

Commit

Permalink
fix(ci): make setup-java action for build have required distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Jun 17, 2022
1 parent 6fa0b94 commit 7a71726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7a71726

Please sign in to comment.