From 04a15e36f733059c44d5f628aa312b9385e4219a Mon Sep 17 00:00:00 2001 From: Pasukhin Dmitry Date: Mon, 17 Feb 2025 15:10:48 +0100 Subject: [PATCH] Testing - Remove installation of Visual C++ 2010 #376 --- .../build-and-test-multiplatform.yml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index 93ec41b40c..4667e95696 100644 --- a/.github/workflows/build-and-test-multiplatform.yml +++ b/.github/workflows/build-and-test-multiplatform.yml @@ -534,12 +534,6 @@ jobs: .\systemwidedeploy.cmd 5 shell: cmd - - name: Install Visual C++ 2010 Redistributable - run: | - choco install -y vcredist2010 - refreshenv - shell: cmd - - name: Install CJK Fonts run: | Invoke-WebRequest -Uri https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip -OutFile Noto-hinted.zip @@ -651,13 +645,6 @@ jobs: .\systemwidedeploy.cmd 5 shell: cmd - - name: Install Visual C++ 2010 Redistributable - if: steps.check_failures.outputs.failed_count > 0 - run: | - choco install -y vcredist2010 - refreshenv - shell: cmd - - name: Install CJK Fonts if: steps.check_failures.outputs.failed_count > 0 run: | @@ -775,12 +762,6 @@ jobs: .\systemwidedeploy.cmd 5 shell: cmd - - name: Install Visual C++ 2010 Redistributable - run: | - choco install -y vcredist2010 - refreshenv - shell: cmd - - name: Install CJK Fonts run: | Invoke-WebRequest -Uri https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip -OutFile Noto-hinted.zip @@ -892,13 +873,6 @@ jobs: .\systemwidedeploy.cmd 5 shell: cmd - - name: Install Visual C++ 2010 Redistributable - if: steps.check_failures.outputs.failed_count > 0 - run: | - choco install -y vcredist2010 - refreshenv - shell: cmd - - name: Install CJK Fonts if: steps.check_failures.outputs.failed_count > 0 run: |