ci(micropython): use the master branch (#5460)

This commit is contained in:
Gabor Kiss-Vamosi
2024-01-26 03:53:46 +01:00
committed by GitHub
parent 9c025d357f
commit 3199231b39

View File

@@ -23,7 +23,7 @@ jobs:
- name: Clone lv_micropython
run: |
git clone https://github.com/lvgl/lv_micropython.git .
git checkout feat/multi-instance
git checkout master
- name: Initialize lv_bindings submodule
run: git submodule update --init --recursive lib/lv_bindings
- name: Update ${{ matrix.port }} port submodules