Skip to content

Commit 05322ab

Browse files
authored
ci: enable continue-on-error for Vulkan SDK installation on Windows (#146)
1 parent bebc711 commit 05322ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
351351
- name: Prepare Vulkan SDK Windows
352352
if: ${{ matrix.vulkan && (matrix.os == 'win') }}
353-
# continue-on-error: true
353+
continue-on-error: true
354354
run: |
355355
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"
356356
& "$env:RUNNER_TEMP\VulkanSDK-Installer.exe" --accept-licenses --default-answer --confirm-command install

0 commit comments

Comments
 (0)