From 0a7449da36ab8eaf04ad764b26b92d970f4f656c Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Sun, 17 Nov 2024 20:27:39 +0000 Subject: [PATCH] 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 --- .github/workflows/build-and-test-multiplatform.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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