Skip to content

Commit

Permalink
help node-gyp finding msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed Nov 22, 2023
1 parent f6e4601 commit 2c4d991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Use node ${{ matrix.node }} ${{ matrix.arch }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 2c4d991

Please sign in to comment.