From 8b233cd68f289fed2e8e1a418389849d0cbd9b9e Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 3 Nov 2023 16:46:06 +0100 Subject: [PATCH] Revert "CI: macOS compilation fix (Vulkan missing hdr)" No longer needed - GH macos-12 runner has VK v1.3.268, which doesn't miss the needed header. This reverts commit 70d1c5186d63ba59b01ac9cf81cd5a3581011380. --- .github/scripts/macOS/prepare.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/scripts/macOS/prepare.sh b/.github/scripts/macOS/prepare.sh index 68df43b05..585197d33 100755 --- a/.github/scripts/macOS/prepare.sh +++ b/.github/scripts/macOS/prepare.sh @@ -31,12 +31,6 @@ brew install imagemagick libcaca libnatpmp jack opencv wolfssl brew install ossp-uuid # for cineform brew install qt brew install glm -# TOREMOVE - missing header in Vulkan v1.3.264 -if [ "$(brew info vulkan-headers | awk 'NR==1{print $4}')" = 1.3.264 ]; then - sudo curl -L https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/main/\ -include/vulkan/vulkan_hpp_macros.hpp -o /usr/local/include/vulkan/\ -vulkan_hpp_macros.hpp -fi .github/scripts/macOS/install_dylibbundler_v2.sh