From e6de23f7460765518eb2fae03a867c3073e1f53c Mon Sep 17 00:00:00 2001 From: steven nguyen Date: Wed, 29 Sep 2021 10:26:52 -0500 Subject: [PATCH] Remove windows build installation step --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80b99d1..ab77c1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,10 +17,6 @@ jobs: - uses: UziTech/action-setup-atom@v2 with: version: ${{ matrix.channel }} - - name: Install windows-build-tools - if: ${{ matrix.os == 'windows-latest' }} - run: | - npm i windows-build-tools@4.0.0 - name: Install dependencies run: apm install - name: Run tests