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
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
apt update
|
sudo apt-get update
|
||||||
apt install gcc g++
|
sudo apt-get install gcc g++
|
||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user