Skip to content

Commit

Permalink
Ensure we install libstdc++6
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 29, 2023
1 parent 5d856b5 commit b3b6059
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.architecture }}
- name: Ensure libstdc++ installed
run: sudo apt-get install libstdc++6
if: matrix.os == 'ubuntu-latest'
- run: python src/julia/find_libpython.py --list-all --verbose
- name: Install tox
run: |
Expand Down

0 comments on commit b3b6059

Please sign in to comment.