Skip to content

Commit

Permalink
ci: add msbuild to path
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jan 5, 2024
1 parent 20ce64a commit 47ea7b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
method: network
if: matrix.os == 'windows-latest'

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
if: matrix.os == 'windows-latest'

- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit 47ea7b7

Please sign in to comment.