Archived
1
0

refactor: remove keytar step in cross-compile

This commit is contained in:
Joe Previte 2022-12-08 12:30:02 -07:00
parent fb827b6d2c
commit 4e97fb9cb5
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -172,11 +172,6 @@ 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: