Skip to content

Commit 6e5de1b

Browse files
committed
Update setup-msbuild step to latest version.
1 parent 0690cc1 commit 6e5de1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Add msbuild to PATH
4545
if: startsWith(matrix.os, 'windows')
46-
uses: microsoft/[email protected].1
46+
uses: microsoft/[email protected].2
4747

4848
- name: Install prerequisites
4949
shell: bash

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
217217
- name: Add msbuild to PATH (windows)
218218
if: startsWith(matrix.os, 'windows')
219-
uses: microsoft/[email protected].1
219+
uses: microsoft/[email protected].2
220220

221221
- name: Cache vcpkg C++ dependencies
222222
id: cache_vcpkg

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Add msbuild to PATH (windows)
8282
if: startsWith(matrix.os, 'windows')
83-
uses: microsoft/[email protected].1
83+
uses: microsoft/[email protected].2
8484

8585
- name: Cache vcpkg C++ dependencies
8686
if: matrix.target_platform == 'Desktop'

0 commit comments

Comments
 (0)