Skip to content

Commit a03a2f0

Browse files
committed
feat: add git to centos in ci
1 parent 9d2a7af commit a03a2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Install development tools
154154
run: |
155155
yum install -y epel-release centos-release-scl
156-
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync
156+
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync git
157157
158158
- name: Install nfpm and envsubst
159159
run: |

0 commit comments

Comments
 (0)