Skip to content

Commit 57b7046

Browse files
committed
try another workaround
1 parent d90ccce commit 57b7046

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ jobs:
6161
6262
# Works around https://github.com/actions/runner-images/issues/10055
6363
- name: Remove conflicting libraries
64-
shell: bash -l {0}
6564
run: |
66-
find "C:/hostedtoolcache/windows/Java_Temurin-Hotspot_jdk" -name "msvcp140.dll" -exec rm {} \;
65+
Get-ChildItem -Path "C:\hostedtoolcache\windows" -File -Include msvcp*.dll,concrt*.dll,vccorlib*.dll,vcruntime*.dll -Recurse | Remove-Item -Force -Verbose
6766
- name: Run tests
6867
env:
6968
# Add the installation directory to the MATLAB Search Path by

0 commit comments

Comments
 (0)