Skip to content

Commit

Permalink
ci: stuff from macos ci
Browse files Browse the repository at this point in the history
Brew update and bundle
  • Loading branch information
SolDev69 authored Dec 9, 2023
1 parent a1a70cd commit a85a88f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Build iOS
run: |
ln -s vulkan_ios.pc vulkan.pc
brew install meson pkg-config libclc bison expat python-mako libx11 libxcb libxdamage libxext ninja gettext [email protected] [email protected]
brew install meson pkg-config libclc bison expat python-mako libx11 libxcb libxdamage libxext ninja gettext [email protected]
brew update
brew bundle --verbose
pip3 install mako
# git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git
# cd drm
Expand Down Expand Up @@ -53,4 +55,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: libOSMesa
path: /tmp/asahi
path: /tmp/asahi

0 comments on commit a85a88f

Please sign in to comment.