From 19da51a440f9d5d351ffb6aead51fb9b5691eaf9 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 12 Feb 2024 21:18:14 +0100 Subject: [PATCH] debug --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4fd016f..f5e45b3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -57,6 +57,9 @@ jobs: - name: 🌋 Build run: | .\vcpkg\vcpkg.exe install --overlay-ports="${{ github.workspace }}/ports" --triplet=${{ matrix.triplet }} --x-buildtrees-root=C:/vcpkg-build py-pyqt6 + + - uses: m-kuhn/action-tmate@patch-1 + if: failure() - name: Debug nuspec if: always()