ソースを参照

ci: fix missing pkg issue

Aiden Cline 3 ヶ月 前
コミット
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:
           fetch-depth: 1
 
+      - uses: ./.github/actions/setup-bun
+
       - name: Install opencode
         run: curl -fsSL https://opencode.ai/install | bash
 

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

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