arch(driver): ci can use MP master branch (#4046)

This commit is contained in:
Amir Gonnen
2023-03-11 07:57:12 +02:00
committed by GitHub
parent d216f06cb1
commit 126fbee5ae

View File

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