Skip to content

Commit 32394be

Browse files
committed
working on macos port
1 parent b494acf commit 32394be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
brew install --force ninja
2424
brew install --force sdl2
25+
brew install --force libffi
2526
git submodule update --init -- lib/pycparser
2627
git submodule update --init --jobs 4 -- lib/micropython
2728
git submodule update --init --jobs 4 -- lib/lvgl
@@ -57,7 +58,6 @@ jobs:
5758

5859
- name: Install Dependencies
5960
run: |
60-
brew install --force ninja
6161
git submodule update --init -- lib/pycparser
6262
git submodule update --init --jobs 4 -- lib/micropython
6363
git submodule update --init --jobs 4 -- lib/lvgl

0 commit comments

Comments
 (0)