try this first

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

View File

@ -172,6 +172,9 @@ jobs:
env: env:
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }} PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
- name: Install keytar dependencies
run: sudo apt install -y libsecret-1-dev:armhf
- name: Download npm package - name: Download npm package
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
@ -199,10 +202,10 @@ jobs:
# NOTE@jsjoeio - the dependencies needed for this # NOTE@jsjoeio - the dependencies needed for this
# aren't supported on this architecture so we remove # aren't supported on this architecture so we remove
# it manually. # it manually.
- name: Remove keytar # - name: Remove keytar
run: | # run: |
cd ./release-standalone/lib/vscode # cd ./release-standalone/lib/vscode
npm uninstall keytar # npm uninstall keytar
- name: Build packages with nfpm - name: Build packages with nfpm
env: env: