mirror of
https://github.com/cdr/code-server.git
synced 2025-12-13 03:43:22 +01:00
refactor: remove keytar dep in cross-compile
This commit is contained in:
parent
0ca6620ee6
commit
a958055d69
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -172,9 +172,6 @@ jobs:
|
|||
env:
|
||||
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
|
||||
|
||||
- name: Install keytar dependencies
|
||||
run: sudo apt install -y libsecret-1-dev
|
||||
|
||||
- name: Download npm package
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue