Update main.yml
This commit is contained in:
parent
42aec9b26e
commit
ccf39733ba
|
|
@ -25,9 +25,11 @@ jobs:
|
|||
echo "LENS_VERSION=$LENS_VERSION" >> $GITHUB_ENV
|
||||
fi
|
||||
shell: bash
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14.19.3
|
||||
- name: Add VS to path
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
- name: Build Lens
|
||||
run: |
|
||||
git clone https://github.com/lensapp/lens.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue