fix(ci) checkout lv_micropython release/v8 branch (#3524)

This commit is contained in:
Amir Gonnen
2022-07-27 00:53:17 +03:00
committed by GitHub
parent be485d7605
commit 55e95ed351

View File

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