From 8cd7a4f1369c385ffe799eae2da87f2eaabf90e7 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 4 Aug 2025 17:17:47 +0300 Subject: [PATCH] ci: use `v -g self` in windows_ci.yml, before running tests, to get more usable backtraces on compilation crashes in PRs --- .github/workflows/windows_ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 1ec25faeae..25332e6751 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -158,6 +158,8 @@ jobs: run: | v retry -- v setup-freetype .\.github\workflows\windows-install-sqlite.bat + - name: v -g self + run: v -g self - name: v doctor run: | v doctor