Skip to content

Commit 47b0f52

Browse files
2 parents 60fbda4 + d1c7b58 commit 47b0f52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
xcode-select --install || true # already installed on github
2525
brew install pkg-config libffi ninja make SDL2
2626
27+
- name: Show version numbers
28+
run: |
29+
xcodebuild -version
30+
clang --version
31+
2732
- name: Build LVGL MicroPython for unix dev
2833
run: |
2934
./scripts/build_mpos.sh macOS dev

0 commit comments

Comments
 (0)