Update build_wheels.yml

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

View File

@ -25,8 +25,8 @@ jobs:
- name: Install
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt update
apt install gcc g++
sudo apt-get update
sudo apt-get install gcc g++
fi
shell: bash