Update build_wheels.yml
This commit is contained in:
parent
c27a576c51
commit
879e0c9213
4
.github/workflows/build_wheels.yml
vendored
4
.github/workflows/build_wheels.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user