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.
2 parents 60fbda4 + d1c7b58 commit 47b0f52Copy full SHA for 47b0f52
.github/workflows/macos.yml
@@ -24,6 +24,11 @@ jobs:
24
xcode-select --install || true # already installed on github
25
brew install pkg-config libffi ninja make SDL2
26
27
+ - name: Show version numbers
28
+ run: |
29
+ xcodebuild -version
30
+ clang --version
31
+
32
- name: Build LVGL MicroPython for unix dev
33
run: |
34
./scripts/build_mpos.sh macOS dev
0 commit comments