Skip to content

Commit 4e97fb9

Browse files
committed
refactor: remove keytar step in cross-compile
1 parent fb827b6 commit 4e97fb9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ jobs:
172172
env:
173173
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
174174

175-
- name: Install keytar dependencies
176-
run: sudo apt install -y $PACKAGE
177-
env:
178-
PACKAGE: ${{ format('libsecret-1-dev:{0}', matrix.arch) }}
179-
180175
- name: Download npm package
181176
uses: actions/download-artifact@v3
182177
with:

0 commit comments

Comments
 (0)