Skip to content

Commit

Permalink
ci: install llvm
Browse files Browse the repository at this point in the history
why didn't clc work
  • Loading branch information
SolDev69 committed Dec 9, 2023
1 parent f2b8696 commit f645d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build iOS
run: |
ln -s vulkan_ios.pc vulkan.pc
brew install meson pkg-config libclc
brew install meson pkg-config libclc llvm
pip3 install mako
# git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git
# cd drm
Expand Down

0 comments on commit f645d9d

Please sign in to comment.