We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec92b3d commit d5d443aCopy full SHA for d5d443a
.github/workflows/macos.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install dependencies via Homebrew
22
run: |
23
- xcode-select --install
+ xcode-select --install || true # already installed on github
24
brew install pkg-config libffi ninja make SDL2
25
26
- name: Build LVGL MicroPython for unix dev
0 commit comments