We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5c5cf commit f02ee6bCopy full SHA for f02ee6b
.github/workflows/ci-macos.yml
@@ -26,8 +26,9 @@ jobs:
26
- name: Install Deps
27
run: |
28
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
+ # Install Vulkan tools via Homebrew
+ # shaderc provides glslc (shader compiler needed by build.rs)
31
+ brew install molten-vk vulkan-headers vulkan-loader shaderc
32
- name: Cache ffmpeg
33
uses: actions/cache@v3
34
with:
0 commit comments