Skip to content

Commit f02ee6b

Browse files
Copilotdontpanic92
andcommitted
Install shaderc instead of vulkan-tools to provide glslc
Co-authored-by: dontpanic92 <1056013+dontpanic92@users.noreply.github.com>
1 parent de5c5cf commit f02ee6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
- name: Install Deps
2727
run: |
2828
brew install automake fdk-aac git lame libass libtool libvorbis libvpx opus sdl shtool texi2html theora wget x264 x265 xvid nasm
29-
# Install Vulkan tools via Homebrew (includes glslc shader compiler)
30-
brew install molten-vk vulkan-headers vulkan-loader vulkan-tools
29+
# Install Vulkan tools via Homebrew
30+
# shaderc provides glslc (shader compiler needed by build.rs)
31+
brew install molten-vk vulkan-headers vulkan-loader shaderc
3132
- name: Cache ffmpeg
3233
uses: actions/cache@v3
3334
with:

0 commit comments

Comments
 (0)