We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d262033 commit 8f96b69Copy full SHA for 8f96b69
.github/workflows/test.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: cd test && make fuzz_test
33
- name: setup msbuild on windows
34
if: matrix.os == 'windows-latest'
35
- uses: microsoft/setup-msbuild@v1.0.2
+ uses: microsoft/setup-msbuild@v1.1
36
- name: make-windows
37
38
run: |
0 commit comments