refactor: remove keytar dep in cross-compile

This commit is contained in:
Joe Previte 2022-12-08 11:51:36 -07:00
parent 0ca6620ee6
commit a958055d69
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 0 additions and 3 deletions

View File

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