diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce1c1f4..f08cc38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,4 +17,4 @@ jobs: uses: microsoft/setup-msbuild@v1.3.1 - name: Build run: | - MSBuild.exe vcproject/qaac.sln /p:Configuration=Release /p:Platform=${{ matrix.platform }} + MSBuild.exe vcproject/qaac.sln /m /p:Configuration=Release /p:Platform=${{ matrix.platform }}