diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 5b136f2c7..ecd5df458 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -52,6 +52,9 @@ jobs: python scripts\build.py --skip-check-code-style --config ${{ matrix.config.type }} --parallel 0 - name: Run test app test cases run: | + curl.exe -o vulkan-sdk.zip https://sdk.lunarg.com/sdk/download/1.3.296.0/windows/VulkanRT-1.3.296.0-Components.zip + Expand-Archive vulkan-sdk.zip -DestinationPath vulkan-sdk + $env:Path += vulkan-sdk\VulkanRT-1.3.296-Components\x64 cd ${{matrix.config.build_dir}}\windows\x64\output\bin ./run-tests.ps1 - name: Prepare artifacts