diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e379bffb..c2e675bffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,6 +302,9 @@ jobs: run: | set -e + curl.exe https://sdk.lunarg.com/sdk/download/1.3.261.1/windows/VulkanSDK-1.3.261.1-Installer.exe -o vk_sdk.exe + vk_sdk.exe --accept-licenses --default-answer --confirm-command install + curl.exe -L https://www.nuget.org/api/v2/package/Microsoft.Direct3D.WARP/1.0.7.1 -o warp.zip 7z.exe e warp.zip -owarp build/native/amd64/d3d10warp.dll @@ -359,6 +362,11 @@ jobs: set -e cargo xtask test --llvm-cov + + - name: print gpuinfo + shell: bash + run: | + cat .gpuconfig - uses: actions/upload-artifact@v3 if: always() # We want artifacts even if the tests fail.