Skip to content

Commit 9b37897

Browse files
committed
try this first
1 parent 679bdf2 commit 9b37897

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yaml

+7-4
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)