瀏覽代碼

ci: fix missing pkg issue

Aiden Cline 4 月之前
父節點
當前提交
8a185aa678
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      .github/workflows/duplicate-issues.yml
  2. 2 0
      .github/workflows/review.yml

+ 2 - 0
.github/workflows/duplicate-issues.yml

@@ -16,6 +16,8 @@ jobs:
         with:
         with:
           fetch-depth: 1
           fetch-depth: 1
 
 
+      - uses: ./.github/actions/setup-bun
+
       - name: Install opencode
       - name: Install opencode
         run: curl -fsSL https://opencode.ai/install | bash
         run: curl -fsSL https://opencode.ai/install | bash
 
 

+ 2 - 0
.github/workflows/review.yml

@@ -29,6 +29,8 @@ jobs:
         with:
         with:
           fetch-depth: 1
           fetch-depth: 1
 
 
+      - uses: ./.github/actions/setup-bun
+
       - name: Install opencode
       - name: Install opencode
         run: curl -fsSL https://opencode.ai/install | bash
         run: curl -fsSL https://opencode.ai/install | bash