MacOS: show versions

This commit is contained in:
Thomas Farstrike
2025-10-26 23:03:13 +01:00
parent 6e934a47cb
commit d1c7b589a0
+5
View File
@@ -24,6 +24,11 @@ jobs:
xcode-select --install || true # already installed on github
brew install pkg-config libffi ninja make SDL2
- name: Show version numbers
run: |
xcodebuild -version
clang --version
- name: Build LVGL MicroPython for unix dev
run: |
./scripts/build_mpos.sh macOS dev