mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix broken CI on MacOS (#2341)
LunarG has changed the SDK file hosted for MacOS v1.3.275.0 from a .zip file to a .dmg file with the old hyperlink transparently redirecting to the new one. The script expects a .zip archive so it fails when it downloads a .dmg file. Bump the Vulkan SDK version to 1.4.309.0, which is the latest version and is provided as a .zip archive. Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com>
This commit is contained in:
2
.github/workflows/presubmit.yml
vendored
2
.github/workflows/presubmit.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
- name: Install Vulkan SDK
|
- name: Install Vulkan SDK
|
||||||
uses: humbletim/install-vulkan-sdk@main
|
uses: humbletim/install-vulkan-sdk@main
|
||||||
with:
|
with:
|
||||||
version: 1.3.275.0
|
version: 1.4.309.0
|
||||||
cache: true
|
cache: true
|
||||||
- name: Install Android NDK
|
- name: Install Android NDK
|
||||||
if: ${{ matrix.arch == 'android-arm' || matrix.arch == 'android-aarch64' }}
|
if: ${{ matrix.arch == 'android-arm' || matrix.arch == 'android-aarch64' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user