Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 8, 2024
1 parent 1cab531 commit 03d94db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
run: |
.\vcpkg\vcpkg.exe install --overlay-ports="${{ github.workspace }}/ports" --triplet=${{ matrix.triplet }} --x-buildtrees-root=C:/vcpkg-build py-pyqt6 py-pyyaml py-numpy gdal[python] py-qscintilla py-psycopg2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: always()

- name: 📑 Upload logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 03d94db

Please sign in to comment.