refactor: try other keytar package

This commit is contained in:
Joe Previte
2022-12-08 12:02:13 -07:00
parent a958055d69
commit fb827b6d2c

View File

@@ -172,6 +172,11 @@ jobs:
env:
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
- name: Install keytar dependencies
run: sudo apt install -y $PACKAGE
env:
PACKAGE: ${{ format('libsecret-1-dev:{0}', matrix.arch) }}
- name: Download npm package
uses: actions/download-artifact@v3
with: