From 6d9fc2eaf67f10e3e59d344fd2ecd97e2f4ea275 Mon Sep 17 00:00:00 2001 From: teoxoy <28601907+teoxoy@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:43:40 +0200 Subject: [PATCH] [CI] update WARP --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 265cee59581..0f082efa493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ env: # Sourced from https://vulkan.lunarg.com/sdk/home#linux VULKAN_SDK_VERSION: "1.3.268" # Sourced from https://www.nuget.org/packages/Microsoft.Direct3D.WARP - WARP_VERSION: "1.0.8" + WARP_VERSION: "1.0.13" # Sourced from https://github.com/microsoft/DirectXShaderCompiler/releases # @@ -444,7 +444,7 @@ jobs: dxc --version curl.exe -L --retry 5 https://www.nuget.org/api/v2/package/Microsoft.Direct3D.WARP/$WARP_VERSION -o warp.zip - 7z.exe e warp.zip -owarp build/native/amd64/d3d10warp.dll + 7z.exe e warp.zip -owarp build/native/bin/x64/d3d10warp.dll mkdir -p target/llvm-cov-target/debug/deps