Browse Source

Fixed Visual Studio setup

yhirose 5 years ago
parent
commit
e273fec93c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yaml

+ 1 - 1
.github/workflows/test.yaml

@@ -32,7 +32,7 @@ jobs:
       run: cd test && make -f Makefile.fuzz_test
     - name: setup msbuild on windows
       if: matrix.os == 'windows-latest'
-      uses: warrenbuckley/Setup-MSBuild@v1
+      uses: microsoft/[email protected]
     - name: make-windows
       if: matrix.os == 'windows-latest'
       run: |