Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af37f1f

Browse files
committedSep 20, 2022
fixup!: add make to centos
1 parent 7d5ad00 commit af37f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392

393393
- name: Install development tools
394394
run: |
395-
yum install -y epel-release centos-release-scl
395+
yum install -y epel-release centos-release-scl make
396396
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
397397
398398
- name: Install nfpm and envsubst

0 commit comments

Comments
 (0)
Please sign in to comment.