Skip to content

Commit 3b436c4

Browse files
Try adding msbuild to fix Android Windows issues
1 parent 58101a7 commit 3b436c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@ jobs:
539539
uses: actions/setup-python@v2
540540
with:
541541
python-version: '3.7'
542+
- name: Add msbuild to PATH (windows)
543+
if: startsWith(matrix.os, 'windows')
544+
uses: microsoft/[email protected]
542545
- name: Prepare for integration tests
543546
run: |
544547
pip install -r scripts/gha/requirements.txt

0 commit comments

Comments
 (0)