We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b494acf commit 32394beCopy full SHA for 32394be
.github/workflows/macOS.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
brew install --force ninja
24
brew install --force sdl2
25
+ brew install --force libffi
26
git submodule update --init -- lib/pycparser
27
git submodule update --init --jobs 4 -- lib/micropython
28
git submodule update --init --jobs 4 -- lib/lvgl
@@ -57,7 +58,6 @@ jobs:
57
58
59
- name: Install Dependencies
60
- brew install --force ninja
61
62
63
0 commit comments