Skip to content

Commit ee9a509

Browse files
author
Akash Satheesan
committed
chore(ci): add envsubst to centos:7 build flow
1 parent 0cd680f commit ee9a509

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,12 @@ jobs:
149149
yum install -y epel-release centos-release-scl
150150
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync
151151
152-
- name: Install nfpm
152+
- name: Install nfpm and envsubst
153153
run: |
154154
curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh -s -- -b ~/.local/bin v2.3.1
155+
curl -L https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m` -o envsubst
156+
chmod +x envsubst
157+
mv envsubst ~/.local/bin
155158
echo "$HOME/.local/bin" >> $GITHUB_PATH
156159
157160
- name: Install yarn

0 commit comments

Comments
 (0)