Skip to content

Commit

Permalink
Fix printing config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent 68af11d commit 1605829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
curl "https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.4.tar.gz" | tar xzf -
cd LHAPDF-6.5.4
./configure || true
cat LHAPDF-6.5.4/config.log
cat config.log
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 1605829

Please sign in to comment.