Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 8f96b69

Browse files
committed
Update test.yaml to use microsoft/[email protected]
1 parent d262033 commit 8f96b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: cd test && make fuzz_test
3333
- name: setup msbuild on windows
3434
if: matrix.os == 'windows-latest'
35-
uses: microsoft/setup-msbuild@v1.0.2
35+
uses: microsoft/setup-msbuild@v1.1
3636
- name: make-windows
3737
if: matrix.os == 'windows-latest'
3838
run: |

0 commit comments

Comments
 (0)