Update main.yml
This commit is contained in:
parent
42aec9b26e
commit
ccf39733ba
|
|
@ -28,6 +28,8 @@ jobs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14.19.3
|
node-version: 14.19.3
|
||||||
|
- name: Add VS to path
|
||||||
|
uses: microsoft/setup-msbuild@v1.1
|
||||||
- name: Build Lens
|
- name: Build Lens
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/lensapp/lens.git
|
git clone https://github.com/lensapp/lens.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue