1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00

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
This commit is contained in:
dpasukhi 2024-11-17 20:27:39 +00:00
parent 604c3b890c
commit 0a7449da36

View 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