We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907747d commit e611713Copy full SHA for e611713
.github/workflows/release.yaml
@@ -44,6 +44,8 @@ jobs:
44
run: |
45
yum install -y epel-release centos-release-scl make
46
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
47
+ # for keytar
48
+ yum install libsecret-devel
49
50
- name: Install nfpm and envsubst
51
@@ -170,6 +172,9 @@ jobs:
170
172
env:
171
173
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
174
175
+ - name: Install keytar dependencies
176
+ run: sudo apt update && sudo apt install -y libsecret-1-dev
177
+
178
- name: Download npm package
179
uses: actions/download-artifact@v3
180
with:
0 commit comments