Skip to content

Commit

Permalink
add distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 18, 2023
1 parent e38c24d commit f455391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
distribution: zulu

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f455391

Please sign in to comment.