mirror of
https://github.com/coder/code-server.git
synced 2026-05-28 09:33:49 +02:00
refactor: remove keytar dep in cross-compile
This commit is contained in:
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@@ -172,9 +172,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
|
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
|
||||||
|
|
||||||
- name: Install keytar dependencies
|
|
||||||
run: sudo apt install -y libsecret-1-dev
|
|
||||||
|
|
||||||
- name: Download npm package
|
- name: Download npm package
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user