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:
172172 env :
173173 PACKAGE : ${{ format('g++-{0}', matrix.prefix) }}
174174
175+ - name : Install keytar dependencies
176+ run : sudo apt install -y libsecret-1-dev:armhf
177+
175178 - name : Download npm package
176179 uses : actions/download-artifact@v3
177180 with :
@@ -199,10 +202,10 @@ jobs:
199202 # NOTE@jsjoeio - the dependencies needed for this
200203 # aren't supported on this architecture so we remove
201204 # 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
206209
207210 - name : Build packages with nfpm
208211 env :
You can’t perform that action at this time.
0 commit comments