Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Jul 6, 2022
1 parent 54465ad commit d8f0a21
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
- name: Setup Windows environment
if: matrix.os == 'windows-latest'
uses: microsoft/[email protected]
with:
vs-version: '[15.9]'

- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: Setup Windows variables
if: matrix.os == 'windows-latest'
run: npm config set msvs_version 2022

- name: Test build from source
run: |
Expand Down

0 comments on commit d8f0a21

Please sign in to comment.