Skip to content

Commit

Permalink
Merge pull request #165 from we-lsp/build-centos8
Browse files Browse the repository at this point in the history
feat: 更新nodejs。
  • Loading branch information
qyzhg authored Aug 19, 2024
2 parents 9210161 + 4c18bf5 commit dd4f42d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels_centos8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: 安装 Node.js 和构建工具
run: |
docker exec python-almalinux-container yum install -y epel-release
docker exec python-almalinux-container yum install -y nodejs npm gcc gcc-c++ make
docker exec python-almalinux-container curl -fsSL https://rpm.nodesource.com/setup_18.x | bash -
docker exec python-almalinux-container yum install -y nodejs gcc gcc-c++ make
- name: 构建前端
run: |
Expand Down

0 comments on commit dd4f42d

Please sign in to comment.