Skip to content

Commit 78a432f

Browse files
committed
working on macOS build
1 parent c147c68 commit 78a432f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macOS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
with:
2020
python-version: '3.10'
2121

22+
- name: Install Dependencies
23+
run: brew install --force libffi ninja make
24+
2225
- name: get version
2326
run: |
2427
uname -a
2528
make --version
2629
gmake --version
2730
28-
- name: Install Dependencies
29-
run: brew install --force libffi ninja
30-
3131
- name: Build macOS port
3232
run: python3 make.py macOS submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
3333

0 commit comments

Comments
 (0)