fix(workflows) Use dev-8.0 branch of Micropython (#2212)

This commit is contained in:
Amir Gonnen
2021-04-24 03:41:27 +03:00
committed by GitHub
parent 331fea0ae4
commit cf7133997c

View File

@@ -18,7 +18,9 @@ jobs:
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev
- name: Clone lv_micropython
run: git clone https://github.com/lvgl/lv_micropython.git .
run: |
git clone https://github.com/lvgl/lv_micropython.git .
git checkout dev-8.0
- name: Update submodules
run: git submodule update --init --recursive
- name: Checkout LVGL submodule