From e7483ba73520007fd83834ae7514552478f11a14 Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Sat, 22 Aug 2026 14:44:03 +0800 Subject: [PATCH] ci: add throw exception to debug Windows CI --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e616117fe..1edfca21f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -195,6 +195,8 @@ jobs: echo "PATH = $env:PATH" Get-Command bash -ErrorAction SilentlyContinue Get-Command msys2 -ErrorAction SilentlyContinue + - run: throw "deliberate" + shell: powershell - name: Checkout uses: actions/checkout@v4 with: