Skip to content

Commit da88f60

Browse files
authored
Add conditional for MSBuild setup on Windows
1 parent c2768fb commit da88f60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
python-version: '3.10'
3434

3535
- name: Setup MSBuild
36+
if: startsWith(matrix.os, 'windows')
3637
uses: microsoft/setup-msbuild@v1.1
3738

3839
- name: Install dependencies

0 commit comments

Comments
 (0)