Skip to content

Commit

Permalink
Remove previous workaround for mutex issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jun 27, 2024
1 parent 4b04b2b commit 1510de7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,6 @@ jobs:
if: matrix.check_mkvk == 'ONLY'
run: scripts/check_mkvk.ps1

# Works around issues with 2024.06.03.1.0 runner image. See
# https://github.com/actions/runner-images/issues/10004 and
# https://github.com/actions/runner-images/issues/10055
- name: Remove conflicting msvcp140.dll as workaround for runner image bugs.
shell: bash -l {0}
run: |
find "C:/hostedtoolcache/windows/Java_Temurin-Hotspot_jdk" -name "msvcp140.dll" -exec rm {} \;
- name: Test Windows build
# Tests built for arm64 can't be run as the CI runners are all x64.
if: matrix.arch == 'x64' && matrix.options.tests == 'ON'
Expand Down

0 comments on commit 1510de7

Please sign in to comment.