You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
MacOS: show versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user