Archived
1
0

fixup!: add make to centos

This commit is contained in:
Joe Previte 2022-09-20 15:07:47 -07:00
parent 7d5ad00061
commit af37f1f62c
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -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