Skip to content

Commit 74913fc

Browse files
committed
Install OpenJDK 21 befor needing it
1 parent 4f01f5e commit 74913fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
test:
5252
runs-on: ubuntu-latest
5353
steps:
54+
- run: 'apt install openjdk-21-jdk'
55+
56+
5457
- uses: actions/checkout@v6
5558

5659
- name: Set up Go

0 commit comments

Comments
 (0)