]> OCCT Git - occt.git/commitdiff
Testing - GH Enabling multiprocessor testing on Win #162
authordpasukhi <dpasukhi@opencascade.com>
Sun, 17 Nov 2024 20:27:39 +0000 (20:27 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Sun, 17 Nov 2024 20:27:39 +0000 (20:27 +0000)
tcl threads required VC C++ 2010 redistribution package for run-time.
Downloading dll helps to start testing in multiprocessor env

.github/workflows/build-and-test-multiplatform.yml

index 39cf25d1bb3735163af02e1405f0f02d0381c529..9a3715798eb7f7acfc8b554e7cff3b29d634f01b 100644 (file)
@@ -412,6 +412,12 @@ jobs:
         .\systemwidedeploy.cmd 1
       shell: cmd
 
+    - name: Install Visual C++ 2010 Redistributable
+      run: |
+        choco install -y vcredist2010
+        refreshenv
+      shell: cmd
+
     - name: Run tests
       run: |
         cd install
@@ -477,6 +483,12 @@ jobs:
         .\systemwidedeploy.cmd 1
       shell: cmd
 
+    - name: Install Visual C++ 2010 Redistributable
+      run: |
+        choco install -y vcredist2010
+        refreshenv
+      shell: cmd
+
     - name: Run tests
       run: |
         cd install