fix: add missing keytar deps (#5851)

* fix: add missing keytar deps

* fixup
This commit is contained in:
Joe Previte 2022-12-08 11:30:08 -07:00 committed by GitHub
parent 907747d394
commit 0ca6620ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,8 @@ jobs:
run: |
yum install -y epel-release centos-release-scl make
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
# for keytar
yum install -y libsecret-devel
- name: Install nfpm and envsubst
run: |
@ -170,6 +172,9 @@ jobs:
env:
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
- name: Install keytar dependencies
run: sudo apt install -y libsecret-1-dev
- name: Download npm package
uses: actions/download-artifact@v3
with: