mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01:00
fixup!: add make to centos
This commit is contained in:
parent
7d5ad00061
commit
af37f1f62c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -392,7 +392,7 @@ jobs:
|
|||
|
||||
- name: Install development tools
|
||||
run: |
|
||||
yum install -y epel-release centos-release-scl
|
||||
yum install -y epel-release centos-release-scl make
|
||||
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
|
||||
|
||||
- name: Install nfpm and envsubst
|
||||
|
|
|
|||
Loading…
Reference in a new issue