Update DXC (#8441)

This commit is contained in:
Connor Fitzgerald 2025-10-29 17:29:45 -04:00 committed by GitHub
parent bf9f7524ec
commit 42dc809e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,8 +7,8 @@ runs:
run: |
set -e
export DXC_RELEASE="v1.8.2502"
export DXC_FILENAME="dxc_2025_02_20.zip"
export DXC_RELEASE="v1.8.2505.1"
export DXC_FILENAME="dxc_2025_07_14.zip"
curl.exe -L --retry 5 https://github.com/microsoft/DirectXShaderCompiler/releases/download/$DXC_RELEASE/$DXC_FILENAME -o dxc.zip
7z.exe e dxc.zip -odxc bin/x64/{dxc.exe,dxcompiler.dll}