Skip to content

Commit

Permalink
update vcpkg logs path for build_docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Jan 13, 2025
1 parent 641df1c commit 8576003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: cmake --build build --target pybind11_mkdoc --parallel 4
- name: Print out vcpkg logs if building port fails
if: failure() # Only run this if the build step fails
run: cd bindings/python && bash ./ci/show_vcpkg_logs.sh
run: bash ./bindings/python/ci/show_vcpkg_logs.sh

- name: Upload docstring artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8576003

Please sign in to comment.