Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jul 22, 2022
1 parent 7460d6d commit f7d7ec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -14,6 +14,10 @@ jobs:
os: [ ubuntu-latest, windows-latest, macOS-latest ]

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

- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit f7d7ec6

Please sign in to comment.