Fixed GitHub Actions build error

This commit is contained in:
yhirose 2021-10-14 10:29:38 -04:00
parent d17ac3bb40
commit c384be02c9
2 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ jobs:
run: cd test && make -j2
- name: check fuzz test target
if: matrix.os == 'ubuntu-latest'
run: cd test && make -f Makefile.fuzz_test
run: cd test && make fuzz_test
- name: setup msbuild on windows
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v1.0.2