diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index 35da886f7..5c80bee7a 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -154,7 +154,7 @@ jobs: set -e # from https://github.com/microsoft/DirectXShaderCompiler/releases - curl.exe -L --retry 5 https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2502/dxc_2025_02_20.zip -o dxc.zip + curl.exe -L --retry 5 https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2505/dxc_2025_05_24.zip -o dxc.zip 7z.exe e dxc.zip -odxc bin/x64/{dxc.exe,dxcompiler.dll,dxil.dll} cp dxc/* .