Skip to content

Commit

Permalink
Testing - GH Enabling multiprocessor testing on Win #162
Browse files Browse the repository at this point in the history
tcl threads required VC C++ 2010 redistribution package for run-time.
Downloading dll helps to start testing in multiprocessor env
  • Loading branch information
dpasukhi committed Nov 17, 2024
1 parent 604c3b8 commit 0a7449d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0a7449d

Please sign in to comment.