Skip to content

Commit

Permalink
fix Java Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jun 30, 2024
1 parent 8b483a8 commit 2b473c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-darwin-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- "11"
- "17"
- "21"
exclude:
- distribution: temurin
java: "8"
steps:
- uses: actions/checkout@v4
- name: setup
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-linux-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- "11"
- "17"
- "21"
exclude:
- distribution: temurin
java: "8"
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2b473c4

Please sign in to comment.