We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e611713 commit e7926caCopy full SHA for e7926ca
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
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
+ yum install -y libsecret-devel
49
50
- name: Install nfpm and envsubst
51
run: |
@@ -173,7 +173,7 @@ jobs:
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
+ run: sudo apt install -y libsecret-1-dev
177
178
- name: Download npm package
179
uses: actions/download-artifact@v3
0 commit comments