Skip to content

Commit 5d856b5

Browse files
committed
[debug] find libstdc++ in actions
1 parent 6f0c187 commit 5d856b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
python -m pip install --upgrade tox
7777
- name: Install PyCall
7878
run: python ci/install_pycall.py
79+
- name: Find libstdc++
80+
run: find / -name libstdc++.so.6
7981
- name: Run test
8082
run: python -m tox -- --verbose --cov=julia
8183
env:

0 commit comments

Comments
 (0)