fix: manually remove keytar

This commit is contained in:
Joe Previte 2022-12-08 12:33:07 -07:00
parent 4e97fb9cb5
commit 679bdf2867
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 8 additions and 0 deletions

View File

@ -196,6 +196,14 @@ jobs:
TAG="${{ inputs.version || github.ref_name }}"
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
# NOTE@jsjoeio - the dependencies needed for this
# aren't supported on this architecture so we remove
# it manually.
- name: Remove keytar
run: |
cd ./release-standalone/lib/vscode
npm uninstall keytar
- name: Build packages with nfpm
env:
VERSION: ${{ env.VERSION }}