Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down