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 4a79185 commit 2a109f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Fix Windows
if: matrix.os == 'windows-latest'
run: yarn global install windows-build-tools
run: yarn global add windows-build-tools

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

0 comments on commit 2a109f6

Please sign in to comment.