mirror of https://github.com/coder/code-server.git
try this first
This commit is contained in:
parent
679bdf2867
commit
9b37897899
|
@ -172,6 +172,9 @@ 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:armhf
|
||||||
|
|
||||||
- name: Download npm package
|
- name: Download npm package
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -199,10 +202,10 @@ jobs:
|
||||||
# NOTE@jsjoeio - the dependencies needed for this
|
# NOTE@jsjoeio - the dependencies needed for this
|
||||||
# aren't supported on this architecture so we remove
|
# aren't supported on this architecture so we remove
|
||||||
# it manually.
|
# it manually.
|
||||||
- name: Remove keytar
|
# - name: Remove keytar
|
||||||
run: |
|
# run: |
|
||||||
cd ./release-standalone/lib/vscode
|
# cd ./release-standalone/lib/vscode
|
||||||
npm uninstall keytar
|
# npm uninstall keytar
|
||||||
|
|
||||||
- name: Build packages with nfpm
|
- name: Build packages with nfpm
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue