From b3b6059fc1fc04afae03236eb9c4616f853f9b1f Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Fri, 29 Dec 2023 14:07:13 +0000 Subject: [PATCH] Ensure we install libstdc++6 --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8044d3af..fac379ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |