mirror of https://github.com/coder/code-server.git
fix: manually remove keytar
This commit is contained in:
parent
4e97fb9cb5
commit
679bdf2867
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue