Quellcode durchsuchen

ci: fix missing pkg issue

Aiden Cline vor 3 Monaten
Ursprung
Commit
8a185aa678
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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