Skip to content

Commit fb827b6

Browse files
committed
refactor: try other keytar package
1 parent a958055 commit fb827b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ 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+
175180
- name: Download npm package
176181
uses: actions/download-artifact@v3
177182
with:

0 commit comments

Comments
 (0)