We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431517b commit b2f8f47Copy full SHA for b2f8f47
1 file changed
.github/workflows/build_linux_only.yml
@@ -25,8 +25,8 @@ jobs:
25
26
- name: Install build dependencies
27
run: |
28
- # gcc 安装
29
- yum install -y gcc gcc-c++
+ apt-get update
+ apt-get install -y build-essential
30
pip install --upgrade pip setuptools wheel
31
pip install cython
32
0 commit comments