Skip to content

Commit

Permalink
ci: setup msvc dev cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 17, 2021
1 parent 909e33e commit 959cb3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.node_arch }}

- uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.node_arch }}

- name: Install Dependencies and Build
run: npm install

Expand Down

0 comments on commit 959cb3e

Please sign in to comment.