Update test.yaml to use microsoft/setup-msbuild@v1.1

This commit is contained in:
yhirose 2023-03-23 18:53:27 -04:00
parent d262033ded
commit 8f96b69a25

View file

@ -32,7 +32,7 @@ jobs:
run: cd test && make fuzz_test
- name: setup msbuild on windows
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.1
- name: make-windows
if: matrix.os == 'windows-latest'
run: |