Skip to content

Commit 0b8a115

Browse files
committed
chore: update vulkan sdk download condition
1 parent 8ff16e8 commit 0b8a115

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
@@ -347,7 +347,7 @@ jobs:
347347
sudo apt-get install -y build-essential vulkan-sdk
348348
349349
- name: Prepare Vulkan SDK Windows
350-
if: ${{ matrix.vulkan && (matrix.os == 'windows') }}
350+
if: ${{ matrix.vulkan && (matrix.os == 'win') }}
351351
continue-on-error: true
352352
run: |
353353
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"

0 commit comments

Comments
 (0)