Skip to content

Commit 7a16bb7

Browse files
authored
Update windows.yml
1 parent 7afc0e6 commit 7a16bb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
run: |
6060
.\vcpkg\vcpkg.exe install --overlay-ports="${{ github.workspace }}/ports" --triplet=${{ matrix.triplet }} --x-buildtrees-root=C:/vcpkg-build py-pyqt6 py-pyyaml py-numpy
6161
62+
- uses: m-kuhn/action-tmate@patch-1
63+
if: always()
64+
6265
- name: 📑 Upload logs
6366
uses: actions/upload-artifact@v4
6467
if: failure()

0 commit comments

Comments
 (0)