Update main.yml
This commit is contained in:
parent
ccc469bc1c
commit
c623f9b2f8
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
cd lens
|
||||
git checkout v${{ env.LENS_VERSION }}
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
npm install --g --production windows-build-tools --vs2015
|
||||
npm install --g --production windows-build-tools --vs2017
|
||||
fi
|
||||
make build
|
||||
if [ "$RUNNER_OS" == "macOS" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue