Skip to content

Commit

Permalink
Merge PR #6649: CI(appveyor): Workaround for FXC failing to run with …
Browse files Browse the repository at this point in the history
…error C0000139
  • Loading branch information
Hartmnt authored Dec 6, 2024
2 parents 07bed66 + 7452145 commit 378692d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ environment:
- MUMBLE_ENVIRONMENT_TRIPLET: 'x64-windows-static-md-release'
MUMBLE_ENVIRONMENT_VERSION: 'mumble_env.x64-windows-static-md-release.2023-12-31.6a3ce9c65'

init:
# https://github.com/appveyor/ci/issues/3937
- cmd: del /s /q "%ProgramFiles(x86)%\Windows Kits\10\bin\d3dcompiler_47.dll"

install:
- ps: .ci/install-environment_windows.ps1

Expand Down

0 comments on commit 378692d

Please sign in to comment.