Update main.yml

This commit is contained in:
Muhammed Kalkan 2022-05-28 21:22:50 +03:00 committed by GitHub
parent c623f9b2f8
commit d48bd986c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 --vs2017
choco install visualstudio2019buildtools visualstudio2019-workload-vctools
fi
make build
if [ "$RUNNER_OS" == "macOS" ]; then