Skip to content

Commit

Permalink
fixed java version
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Sep 15, 2023
1 parent b5e2dcb commit d6b3bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: 8
distribution: zulu
- name: Cache konan
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: 8
distribution: zulu
- name: Status git before
run: git status
Expand Down

0 comments on commit d6b3bba

Please sign in to comment.