Skip to content

Commit

Permalink
Debug python3 build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Nov 22, 2023
1 parent 5beb0a1 commit a869a4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ jobs:
env:
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"

- name: vcpkg logs
if: failure()
uses: actions/upload-artifact@v3
with:
name: vcpkg-python-logs-win
path: |
vcpkg/buildtrees/python3/*.log
- name: Build
run: |
cmake --build build --config "${{ matrix.cfg.type }}" -j 2
Expand Down

0 comments on commit a869a4b

Please sign in to comment.