Skip to content

Commit

Permalink
CI macOS workaround: apply only if needed
Browse files Browse the repository at this point in the history
ensure that if forgot to remove, there won't be issues in future
  • Loading branch information
MartinPulec committed Oct 23, 2023
1 parent 85c8d7f commit 20f72cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/macOS/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ brew install glm
sudo curl -L https://raw.githubusercontent.com/miniupnp/libnatpmp/master/\
natpmp_declspec.h -o /usr/local/include/natpmp_declspec.h
# TOREMOVE - missing header in Vulkan v1.3.264
sudo curl -L https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/main/\
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 20f72cc

Please sign in to comment.