Skip to content

Commit c5aa993

Browse files
committed
Add Bun for CI
1 parent c036a85 commit c5aa993

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ jobs:
1414
distribution: temurin
1515
java-version: 25
1616
cache: gradle
17+
- name: Set up Bun
18+
uses: oven-sh/setup-bun@v2
19+
with:
20+
bun-version: latest
1721
- name: Build with Gradle
18-
run: chmod a+x gradlew && ./gradlew build --no-daemon
22+
run: chmod a+x gradlew && ./gradlew build --no-daemon

0 commit comments

Comments
 (0)