Skip to content

Commit

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

steps:
- name: Fix Windows
if: matrix.os == 'windows-latest'
run: yarn global install windows-build-tools

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

0 comments on commit 4a79185

Please sign in to comment.