fix(workflow) change MicroPython workflow to use master (#2358)

Micropython dev-8.0 was merged to main. Change workflow to checkout main branch instead of dev-8.0
This commit is contained in:
Amir Gonnen
2021-07-08 00:51:41 +03:00
committed by GitHub
parent c751c11a87
commit 0c386e3115
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Clone lv_micropython
run: |
git clone https://github.com/lvgl/lv_micropython.git .
git checkout dev-8.0
git checkout master
- name: Update submodules
run: git submodule update --init --recursive
- name: Checkout LVGL submodule