Skip to content

Commit da4b44d

Browse files
authored
Vhdl ls org updates (#57)
* Update packages with vulnerabilities * Change name of server to VHDL-LS * Update icon * Change Linux embedded server from gnu to musl * Update github actions
1 parent 8e7f668 commit da4b44d

File tree

7 files changed

+5275
-3870
lines changed

7 files changed

+5275
-3870
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
- name: Download language server
1212
run: |
1313
ver=$(curl -s https://api.github.com/repos/VHDL-LS/rust_hdl/releases/latest | grep -oP '"tag_name": "v\K(.*)(?=")')
14-
wget -P temp https://github.com/VHDL-LS/rust_hdl/releases/latest/download/vhdl_ls-x86_64-unknown-linux-gnu.zip
14+
wget -P temp https://github.com/VHDL-LS/rust_hdl/releases/latest/download/vhdl_ls-x86_64-unknown-linux-musl.zip
1515
wget -P temp https://github.com/VHDL-LS/rust_hdl/releases/latest/download/vhdl_ls-x86_64-pc-windows-msvc.zip
1616
mkdir --parents server/vhdl_ls/$ver
17-
unzip temp/vhdl_ls-x86_64-unknown-linux-gnu.zip -d server/vhdl_ls/$ver
17+
unzip temp/vhdl_ls-x86_64-unknown-linux-musl.zip -d server/vhdl_ls/$ver
1818
unzip temp/vhdl_ls-x86_64-pc-windows-msvc.zip -d server/vhdl_ls/$ver
1919
- uses: actions/setup-node@v1
2020
with:
21-
node-version: '10'
21+
node-version: '16'
2222
- name: Install NPM packages
2323
run: |
2424
npm install

0 commit comments

Comments
 (0)