ci: add throw exception to debug Windows CI
CI / Build & test (Windows) (push) Failing after 9s

This commit is contained in:
2026-08-22 14:44:03 +08:00
parent e8d08c77f0
commit e7483ba735
+2
View File
@@ -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: