Skip to content

Commit 32a45f4

Browse files
Try fixing macOS build
1 parent 0064ae9 commit 32a45f4

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,7 +22,7 @@ jobs:
2222
- name: Install dependencies via Homebrew
2323
run: |
2424
xcode-select --install || true # already installed on github
25-
brew install pkg-config libffi ninja make SDL2 rlottie
25+
brew install pkg-config libffi ninja make SDL2
2626
2727
- name: Show version numbers
2828
run: |

0 commit comments

Comments
 (0)