Skip to content

Commit

Permalink
github workflow: MSBuild: use m flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nu774 committed Apr 21, 2023
1 parent 68c93f3 commit 6c3a19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -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 }}

0 comments on commit 6c3a19f

Please sign in to comment.