Skip to content

Commit edb4a03

Browse files
Update setup-msbuild to 1.0.2
The new version fixes an issue with environment variables.
1 parent 5e5cbc9 commit edb4a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ jobs:
653653
python-version: '3.7'
654654
- name: Add msbuild to PATH (windows)
655655
if: runner.os == 'Windows'
656-
uses: microsoft/[email protected].1
656+
uses: microsoft/[email protected].2
657657
- name: Prepare for integration tests
658658
run: |
659659
pip install -r scripts/gha/requirements.txt

0 commit comments

Comments
 (0)