From 5451a2fbce137bd8a4e4b04011aebff19465587e Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 19 Sep 2023 16:21:24 +0200 Subject: [PATCH] Revert "CI mac: keep vulkan 1.3.262 temporarily" Currently installed version is now 1.3.264, anyways. This reverts commit ff483081b5fd63fb24502a3d0ae703bb7865154c. --- .github/scripts/macOS/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/macOS/prepare.sh b/.github/scripts/macOS/prepare.sh index 8fe0d0090..fbb4e8958 100755 --- a/.github/scripts/macOS/prepare.sh +++ b/.github/scripts/macOS/prepare.sh @@ -23,7 +23,6 @@ echo "PKG_CONFIG_PATH=/usr/local/lib/pkgconfig" >> "$GITHUB_ENV" echo "/usr/local/opt/qt/bin" >> "$GITHUB_PATH" echo "DYLIBBUNDLER_FLAGS=$DYLIBBUNDLER_FLAGS" >> "$GITHUB_ENV" -brew install molten-vk vulkan-headers # TOREMOVE if [ "$(brew config | awk '/HOMEBREW_VERSION/{print $2}')" == 4.1.7 ]; then brew update @@ -32,6 +31,7 @@ fi brew install autoconf automake libtool pkg-config brew install libsoxr speexdsp brew install ffmpeg portaudio sdl2 sdl2_mixer sdl2_ttf +brew install molten-vk vulkan-headers brew install imagemagick libcaca libnatpmp jack opencv wolfssl brew install ossp-uuid # for cineform brew install qt