We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd680f commit ee9a509Copy full SHA for ee9a509
.github/workflows/ci.yaml
@@ -149,9 +149,12 @@ jobs:
149
yum install -y epel-release centos-release-scl
150
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync
151
152
- - name: Install nfpm
+ - name: Install nfpm and envsubst
153
run: |
154
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
158
echo "$HOME/.local/bin" >> $GITHUB_PATH
159
160
- name: Install yarn
0 commit comments