mirror of https://github.com/coder/code-server.git
fixup!: add make to centos
This commit is contained in:
parent
7d5ad00061
commit
af37f1f62c
|
@ -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 New Issue