瀏覽代碼

CI: use bun canary

SukkaW 2 年之前
父節點
當前提交
a109091b3e
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      .github/workflows/main.yml

+ 3 - 4
.github/workflows/main.yml

@@ -15,15 +15,14 @@ jobs:
         uses: actions/checkout@v4
         with:
           persist-credentials: false
+      - uses: oven-sh/setup-bun@v1
+        with:
+          bun-version: canary
       - name: Cache cache.db
         uses: actions/cache@v3
         with:
           path: .cache
           key: ${{ runner.os }}-v1
-
-      - uses: oven-sh/setup-bun@v1
-        with:
-          bun-version: latest
       - run: bun install
       - run: bun run build
       - name: Deploy