From 0532b93d69f2e64bb17af7c0f6addf607193c0e8 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sat, 29 Aug 2020 01:03:13 +0300 Subject: [PATCH] Fix Windows CI --- .github/workflows/win.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 0a354b566..686f47fd8 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -438,17 +438,6 @@ jobs: cd ..\out msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32 - - - name: Re-run build on failure. - if: failure() - shell: cmd - timeout-minutes: 30 - run: | - cd %REPO_NAME%\out - call vcvars32.bat - - msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32 - - name: Move artifact. if: env.UPLOAD_ARTIFACT == 'true' shell: cmd @@ -456,7 +445,6 @@ jobs: cd %REPO_NAME%\out\Debug mkdir artifact move Kotatogram.exe artifact/ - move Updater.exe artifact/ - uses: actions/upload-artifact@master name: Upload artifact. if: env.UPLOAD_ARTIFACT == 'true'