From 35a821247252add87995d5c1fc0c3a3335baa03b Mon Sep 17 00:00:00 2001 From: lanrtop Date: Fri, 3 Jul 2026 18:11:44 +0900 Subject: [PATCH] =?UTF-8?q?fix(cicd):=20=E6=A8=A1=E6=9D=BF=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=20runner=20=E6=94=B9=E4=B8=BA=20windows=EF=BC=8Cdeeps?= =?UTF-8?q?eek=5Freview=20=E5=8A=A0=20shell:=20bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/commands/cicd.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src-tauri/src/commands/cicd.rs b/src-tauri/src/commands/cicd.rs index 30a3349..8299038 100644 --- a/src-tauri/src/commands/cicd.rs +++ b/src-tauri/src/commands/cicd.rs @@ -313,7 +313,7 @@ on: jobs: check: - runs-on: ubuntu-latest + runs-on: windows steps: - uses: actions/checkout@v4 @@ -348,7 +348,7 @@ on: jobs: ai-review: - runs-on: ubuntu-latest + runs-on: windows steps: - uses: actions/checkout@v4 with: @@ -363,6 +363,7 @@ jobs: BASE_SHA: ${{ github.event.pull_request.base.sha }} HEAD_SHA: ${{ github.event.pull_request.head.sha }} REPO: ${{ github.repository }} + shell: bash run: | python3 << 'PYEOF' import os, sys, json, urllib.request, subprocess