Skip to content

Commit 679bdf2

Browse files
committed
fix: manually remove keytar
1 parent 4e97fb9 commit 679bdf2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@ jobs:
196196
TAG="${{ inputs.version || github.ref_name }}"
197197
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
198198
199+
# NOTE@jsjoeio - the dependencies needed for this
200+
# aren't supported on this architecture so we remove
201+
# it manually.
202+
- name: Remove keytar
203+
run: |
204+
cd ./release-standalone/lib/vscode
205+
npm uninstall keytar
206+
199207
- name: Build packages with nfpm
200208
env:
201209
VERSION: ${{ env.VERSION }}

0 commit comments

Comments
 (0)