Skip to content

Commit b2f8f47

Browse files
committed
fix:build cicd
1 parent 431517b commit b2f8f47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_linux_only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Install build dependencies
2727
run: |
28-
# gcc 安装
29-
yum install -y gcc gcc-c++
28+
apt-get update
29+
apt-get install -y build-essential
3030
pip install --upgrade pip setuptools wheel
3131
pip install cython
3232

0 commit comments

Comments
 (0)