mirror of
https://github.com/cdr/code-server.git
synced 2025-12-09 18:02:16 +01:00
refactor: remove keytar step in cross-compile
This commit is contained in:
parent
fb827b6d2c
commit
4e97fb9cb5
1 changed files with 0 additions and 5 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -172,11 +172,6 @@ jobs:
|
|||
env:
|
||||
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
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue