Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit cd131ca

Browse files
committed
fix: comment out JDK setup in build workflow for clarity
1 parent 0c1f07d commit cd131ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
with:
2121
node-version: 20
2222

23-
- name: Set up JDK 17
24-
uses: actions/setup-java@v4
25-
with:
26-
java-version: 17
27-
distribution: temurin
23+
# - name: Set up JDK 17
24+
# uses: actions/setup-java@v4
25+
# with:
26+
# java-version: 17
27+
# distribution: temurin
2828

2929
- name: 🏗 Setup Bun
3030
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)