Skip to content

Commit

Permalink
[debug] find libstdc++ in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 29, 2023
1 parent 6f0c187 commit 5d856b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
python -m pip install --upgrade tox
- name: Install PyCall
run: python ci/install_pycall.py
- name: Find libstdc++
run: find / -name libstdc++.so.6
- name: Run test
run: python -m tox -- --verbose --cov=julia
env:
Expand Down

0 comments on commit 5d856b5

Please sign in to comment.