diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a0606135d..119ace640 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: