Skip to content

Commit

Permalink
ci: install mako twice
Browse files Browse the repository at this point in the history
since for some reason it's not loaded
  • Loading branch information
SolDev69 committed Dec 9, 2023
1 parent 4d6d501 commit 6510bd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- name: Build iOS
run: |
ln -s vulkan_ios.pc vulkan.pc
brew install meson pkg-config libclc bison expat
brew install meson pkg-config libclc bison expat python-mako
pip3 install mako
# git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git
# cd drm
Expand Down

0 comments on commit 6510bd4

Please sign in to comment.