We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ec4b8 commit db8a045Copy full SHA for db8a045
.github/workflows/build.yml
@@ -71,16 +71,6 @@ jobs:
71
run: |
72
$env:path -split ";"
73
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
84
85
- name: Build & Test
86
uses: ashutoshvarma/action-cmake-build@master
0 commit comments