Update build_wheels.yml

This commit is contained in:
Luke Southam 2022-12-14 16:20:19 +00:00 committed by GitHub
parent 66e8ce112b
commit c27a576c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/