Skip to content

Commit

Permalink
Run setup-msbuild on custom runner as well
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 16, 2024
1 parent 1c420de commit 1ae81be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
submodules: true

- name: Add MSBuild to PATH (Windows)
if: startsWith(matrix.os, 'windows')
if: startsWith(matrix.os, 'win')
uses: microsoft/[email protected]

- name: Install dependencies
Expand Down

0 comments on commit 1ae81be

Please sign in to comment.