Skip to content

Commit

Permalink
[CI] update WARP
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Sep 3, 2024
1 parent 81c7a26 commit 6d9fc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6d9fc2e

Please sign in to comment.