Skip to content

Commit

Permalink
Revert "Revert "CI: macOS compilation fix (Vulkan missing hdr)""
Browse files Browse the repository at this point in the history
Workaround unfortunately still needed:
<https://github.com/MartinPulec/UltraGrid/actions/runs/6769716576/job/18396669215>

This reverts commit 8b233cd.
  • Loading branch information
MartinPulec committed Nov 6, 2023
1 parent e148a29 commit 4e5de72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/scripts/macOS/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ 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

Expand Down

0 comments on commit 4e5de72

Please sign in to comment.