Skip to content

Commit

Permalink
Try npm i -g windows-build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Jul 12, 2022
1 parent 80152eb commit b097bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Add msbuild to PATH
- name: Install Windows build-tools through npm
if: matrix.platform == 'windows-latest'
uses: ilammy/msvc-dev-cmd@v1
run: npm install -g windows-build-tools
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit b097bd6

Please sign in to comment.