From c27a576c51e84c1fc1399114a281b5a5de244411 Mon Sep 17 00:00:00 2001 From: Luke Southam Date: Wed, 14 Dec 2022 16:20:19 +0000 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index aa2a15b..9b345d8 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -21,6 +21,14 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install cibuildwheel==1.6.4 + + - name: Install + run: | + if [ "$RUNNER_OS" == "Linux" ]; then + apt update + apt install gcc g++ + fi + shell: bash - name: Build wheel run: python -m cibuildwheel --output-dir dist/