We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5784929 commit 03c3e15Copy full SHA for 03c3e15
.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
43
node-version-file: ".nvmrc"
44
- run: npm install
45
- 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
49
- uses: ./
50
with:
51
swift-version: ${{ matrix.swift }}
0 commit comments