mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2026-06-04 00:56:54 +00:00
Add Bun for CI
This commit is contained in:
@@ -14,5 +14,9 @@ jobs:
|
||||
distribution: temurin
|
||||
java-version: 25
|
||||
cache: gradle
|
||||
- name: Set up Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Build with Gradle
|
||||
run: chmod a+x gradlew && ./gradlew build --no-daemon
|
||||
run: chmod a+x gradlew && ./gradlew build --no-daemon
|
||||
|
||||
Reference in New Issue
Block a user