mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update DXC (#8441)
This commit is contained in:
parent
bf9f7524ec
commit
42dc809e8b
4
.github/actions/install-dxc/action.yml
vendored
4
.github/actions/install-dxc/action.yml
vendored
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user