]> OCCT Git - occt.git/commitdiff
Testing - Remove installation of Visual C++ 2010 #376
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Mon, 17 Feb 2025 14:10:48 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 14:10:48 +0000 (14:10 +0000)
.github/workflows/build-and-test-multiplatform.yml

index 93ec41b40cec7630ea228fa715199fb56d3e2788..4667e95696e88e35e89e28c04007452c76f149ec 100644 (file)
@@ -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: |