From ccc469bc1cccae117dbc43f77e29cc0538fe7b7a Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Sat, 28 May 2022 20:36:36 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8da927..f52f436 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 + npm install --g --production windows-build-tools --vs2015 fi make build if [ "$RUNNER_OS" == "macOS" ]; then