Skip to content

Commit b3b6059

Browse files
committed
Ensure we install libstdc++6
1 parent 5d856b5 commit b3b6059

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
with:
7070
version: ${{ matrix.julia-version }}
7171
arch: ${{ matrix.architecture }}
72+
- name: Ensure libstdc++ installed
73+
run: sudo apt-get install libstdc++6
74+
if: matrix.os == 'ubuntu-latest'
7275
- run: python src/julia/find_libpython.py --list-all --verbose
7376
- name: Install tox
7477
run: |

0 commit comments

Comments
 (0)