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