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