We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebc711 commit 05322abCopy full SHA for 05322ab
.github/workflows/menlo-build.yml
@@ -350,7 +350,7 @@ jobs:
350
351
- name: Prepare Vulkan SDK Windows
352
if: ${{ matrix.vulkan && (matrix.os == 'win') }}
353
- # continue-on-error: true
+ continue-on-error: true
354
run: |
355
curl.exe -o $env:RUNNER_TEMP/VulkanSDK-Installer.exe -L "https://sdk.lunarg.com/sdk/download/${env:VULKAN_VERSION}/windows/VulkanSDK-${env:VULKAN_VERSION}-Installer.exe"
356
& "$env:RUNNER_TEMP\VulkanSDK-Installer.exe" --accept-licenses --default-answer --confirm-command install
0 commit comments