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 8ff16e8 commit 0b8a115Copy full SHA for 0b8a115
.github/workflows/menlo-build.yml
@@ -347,7 +347,7 @@ jobs:
347
sudo apt-get install -y build-essential vulkan-sdk
348
349
- name: Prepare Vulkan SDK Windows
350
- if: ${{ matrix.vulkan && (matrix.os == 'windows') }}
+ if: ${{ matrix.vulkan && (matrix.os == 'win') }}
351
continue-on-error: true
352
run: |
353
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