Skip to content

Commit 2a67ec4

Browse files
authored
Remove unnecessary actions/setup-java (#155)
* See discussion on #151
1 parent b3d5686 commit 2a67ec4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v6
4242

43-
- uses: actions/setup-java@v4
44-
with:
45-
distribution: zulu
46-
java-version: 21
47-
if: >-
48-
startsWith(matrix.ruby, 'jruby')
49-
5043
- name: Set up Ruby
5144
uses: ruby/setup-ruby@v1
5245
with:

0 commit comments

Comments
 (0)