Skip to content

Commit

Permalink
Update ci_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg authored Nov 29, 2024
1 parent 0c9568c commit ec991aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
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"
$env:Path += ";$pwd\vulkan-sdk\VulkanRT-1.3.296-Components\x64"
cd ${{matrix.config.build_dir}}\windows\x64\output\bin
./run-tests.ps1
- name: Prepare artifacts
Expand Down

0 comments on commit ec991aa

Please sign in to comment.