ci: separate node.js and LSP installation steps
This commit is contained in:
parent
1a8573c4c1
commit
cab89ae16a
@ -99,9 +99,8 @@ init:
|
||||
- cmd: set
|
||||
|
||||
install:
|
||||
- ps: Install-Product node 'Current'
|
||||
- ps: >-
|
||||
Install-Product node 'Current'
|
||||
|
||||
if ($env:lsp) {
|
||||
echo "Installing Proxifier LSP..."
|
||||
if (!(Test-Path c:\proxif\setup.exe)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user