Skip to content

Commit 0cd680f

Browse files
author
Akash Satheesan
committed
chore(ci): add rsync for linux-amd64 package flow
1 parent 0d0c9b7 commit 0cd680f

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
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install development tools
148148
run: |
149149
yum install -y epel-release centos-release-scl
150-
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq
150+
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync
151151
152152
- name: Install nfpm
153153
run: |

0 commit comments

Comments
 (0)