File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,9 @@ jobs:
172
172
env :
173
173
PACKAGE : ${{ format('g++-{0}', matrix.prefix) }}
174
174
175
+ - name : Install keytar dependencies
176
+ run : sudo apt install -y libsecret-1-dev:armhf
177
+
175
178
- name : Download npm package
176
179
uses : actions/download-artifact@v3
177
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.
202
- - name : Remove keytar
203
- run : |
204
- cd ./release-standalone/lib/vscode
205
- npm uninstall keytar
205
+ # - name: Remove keytar
206
+ # run: |
207
+ # cd ./release-standalone/lib/vscode
208
+ # npm uninstall keytar
206
209
207
210
- name : Build packages with nfpm
208
211
env :
You can’t perform that action at this time.
0 commit comments