Skip to content

Commit 00ad39e

Browse files
committed
revert: don't uninstall keytar
1 parent aedd3ef commit 00ad39e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,6 @@ jobs:
180180
- name: Decompress npm package
181181
run: tar -xzf package.tar.gz
182182

183-
# NOTE@jsjoeio - the dependencies needed for this
184-
# aren't supported on this architecture so we remove
185-
# it manually.
186-
- name: Remove keytar
187-
run: |
188-
cd ./release/lib/vscode
189-
npm uninstall keytar --legacy-peer-deps
190-
191183
- name: Build standalone release
192184
run: yarn release:standalone
193185

0 commit comments

Comments
 (0)