Skip to content

Commit db8a045

Browse files
committed
Removed the msvcp140 tests. They shouldn't be needed anymore, and were probably incomplete anyway.
1 parent f8ec4b8 commit db8a045

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

-10
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@ jobs:
7171
run: |
7272
$env:path -split ";"
7373
74-
# Works around https://github.com/actions/runner-images/issues/10055
75-
- name: Remove conflicting libraries
76-
shell: bash -l {0}
77-
run: |
78-
find "C:/hostedtoolcache/windows/Java_Temurin-Hotspot_jdk" -name "msvcp140.dll" -exec rm {} \;
79-
find "C:/Program Files/ImageMagick-7.1.1-Q16-HDRI" -name "msvcp140.dll" -exec rm {} \;
80-
- name: Find where MSVC Redist comes from
81-
if: always()
82-
shell: bash
83-
run: which msvcp140.dll
8474
8575
- name: Build & Test
8676
uses: ashutoshvarma/action-cmake-build@master

0 commit comments

Comments
 (0)