Skip to content

Commit

Permalink
Add vk sdk and print
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Oct 20, 2023
1 parent d498f60 commit 9b0c58c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9b0c58c

Please sign in to comment.