Multi-threaded build
This commit is contained in:
parent
37c8611aec
commit
dc19b0c0e9
1 changed files with 3 additions and 3 deletions
4
.github/workflows/win.yml
vendored
4
.github/workflows/win.yml
vendored
|
|
@ -380,7 +380,7 @@ jobs:
|
|||
|
||||
call vcvars32.bat
|
||||
cd ..\out
|
||||
msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
||||
msbuild -m Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
||||
|
||||
|
||||
- name: Re-run build on failure.
|
||||
|
|
@ -391,7 +391,7 @@ jobs:
|
|||
cd %REPO_NAME%\out
|
||||
call vcvars32.bat
|
||||
|
||||
msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
||||
msbuild -m Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
||||
|
||||
- name: Move artifact.
|
||||
if: env.UPLOAD_ARTIFACT == 'true'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue