From 7d65ab2c04ae97f872132956b2227e365c4d5510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Wed, 25 Jun 2025 02:02:50 +0200 Subject: [PATCH 1/2] update DXC --- .github/workflows/workflow-native.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index 35da886f7..785baeab2 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -154,6 +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.2505/dxc_2025_05_24.zip -o dxc.zip curl.exe -L --retry 5 https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2502/dxc_2025_02_20.zip -o dxc.zip 7z.exe e dxc.zip -odxc bin/x64/{dxc.exe,dxcompiler.dll,dxil.dll} From d5a7b1958182d9db065b635384a21ed6774819b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Wed, 25 Jun 2025 02:19:16 +0200 Subject: [PATCH 2/2] Update .github/workflows/workflow-native.yml --- .github/workflows/workflow-native.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index 785baeab2..5c80bee7a 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -155,7 +155,6 @@ jobs: # from https://github.com/microsoft/DirectXShaderCompiler/releases curl.exe -L --retry 5 https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2505/dxc_2025_05_24.zip -o dxc.zip - curl.exe -L --retry 5 https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2502/dxc_2025_02_20.zip -o dxc.zip 7z.exe e dxc.zip -odxc bin/x64/{dxc.exe,dxcompiler.dll,dxil.dll} cp dxc/* .