mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02:00
refactor: try other keytar package
This commit is contained in:
parent
a958055d69
commit
fb827b6d2c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -172,6 +172,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
|
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
|
||||||
|
|
||||||
|
- name: Install keytar dependencies
|
||||||
|
run: sudo apt install -y $PACKAGE
|
||||||
|
env:
|
||||||
|
PACKAGE: ${{ format('libsecret-1-dev:{0}', matrix.arch) }}
|
||||||
|
|
||||||
- name: Download npm package
|
- name: Download npm package
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue