From: dpasukhi Date: Sun, 17 Nov 2024 20:27:39 +0000 (+0000) Subject: Testing - GH Enabling multiprocessor testing on Win #162 X-Git-Tag: V7_9_0_beta1~109 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=0a7449da36ab8eaf04ad764b26b92d970f4f656c;p=occt.git Testing - GH Enabling multiprocessor testing on Win #162 tcl threads required VC C++ 2010 redistribution package for run-time. Downloading dll helps to start testing in multiprocessor env --- diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index 39cf25d1bb..9a3715798e 100644 --- a/.github/workflows/build-and-test-multiplatform.yml +++ b/.github/workflows/build-and-test-multiplatform.yml @@ -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