diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60946008..90f1781b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: with: submodules: recursive - - name: Build Binary + - name: Build run: "C:\Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin/msbuild.exe" /p:Configuration=Debug /p:Platform=x86 - name: Run tests