Skip to content

Commit

Permalink
Print config.log to debug Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent 8283730 commit 6330056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
3.10
- name: Install non-Rust dependencies
run: |
python3 maintainer/install_lhapdf.py
python3 maintainer/install_lhapdf.py || true
cat LHAPDF-6.5.3/config.log
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 6330056

Please sign in to comment.