Skip to content

Commit 03c3e15

Browse files
committed
Try adding msbuild setup as a workflow step
1 parent 5784929 commit 03c3e15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
node-version-file: ".nvmrc"
4444
- run: npm install
4545
- run: npm run build && npm run pack-source-map
46+
- name: Add msbuild to PATH
47+
if: ${{ matrix.os == 'windows-latest' || matrix.os == 'windows-11-arm' }}
48+
uses: microsoft/setup-msbuild@v2
4649
- uses: ./
4750
with:
4851
swift-version: ${{ matrix.swift }}

0 commit comments

Comments
 (0)