Skip to content

Commit 572da4a

Browse files
committed
MCP: Provide Java installation on CI/GHA
1 parent 80b0207 commit 572da4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/framework-mcp.yml

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ jobs:
6868
- name: Install uv
6969
uses: astral-sh/setup-uv@v5
7070

71+
- name: Install Java
72+
uses: actions/setup-java@v4
73+
with:
74+
distribution: 'temurin'
75+
java-version: '21'
76+
7177
- name: Install JBang
7278
uses: jbangdev/setup-jbang@main
7379

0 commit comments

Comments
 (0)