We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afc0e6 commit 7a16bb7Copy full SHA for 7a16bb7
.github/workflows/windows.yml
@@ -59,6 +59,9 @@ jobs:
59
run: |
60
.\vcpkg\vcpkg.exe install --overlay-ports="${{ github.workspace }}/ports" --triplet=${{ matrix.triplet }} --x-buildtrees-root=C:/vcpkg-build py-pyqt6 py-pyyaml py-numpy
61
62
+ - uses: m-kuhn/action-tmate@patch-1
63
+ if: always()
64
+
65
- name: 📑 Upload logs
66
uses: actions/upload-artifact@v4
67
if: failure()
0 commit comments