From c43482d5da9fb0eb66c8af3703f6c3a602e84896 Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Sat, 28 May 2022 20:19:20 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38b2a1d..ce8a5b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,14 +28,12 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 14.19.3 - - name: Add VS to path - if: runner.os == 'Windows' - uses: microsoft/setup-msbuild@v1.1 - name: Build Lens run: | git clone https://github.com/lensapp/lens.git cd lens git checkout v${{ env.LENS_VERSION }} + npm install --g --production windows-build-tools make build if [ "$RUNNER_OS" == "macOS" ]; then mv dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.dmg dist/OpenLens-${{ env.LENS_VERSION }}.dmg