We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679bdf2 commit 9b37897Copy full SHA for 9b37897
.github/workflows/release.yaml
@@ -172,6 +172,9 @@ jobs:
172
env:
173
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
174
175
+ - name: Install keytar dependencies
176
+ run: sudo apt install -y libsecret-1-dev:armhf
177
+
178
- name: Download npm package
179
uses: actions/download-artifact@v3
180
with:
@@ -199,10 +202,10 @@ jobs:
199
202
# NOTE@jsjoeio - the dependencies needed for this
200
203
# aren't supported on this architecture so we remove
201
204
# it manually.
- - name: Remove keytar
- run: |
- cd ./release-standalone/lib/vscode
205
- npm uninstall keytar
+ # - name: Remove keytar
206
+ # run: |
207
+ # cd ./release-standalone/lib/vscode
208
+ # npm uninstall keytar
209
210
- name: Build packages with nfpm
211
0 commit comments