We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b61358 commit 357d9bdCopy full SHA for 357d9bd
.github/workflows/unix_port.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Clone lv_micropython
19
run: |
20
git clone https://github.com/lvgl/lv_micropython.git .
21
- git checkout arch/drivers
+ git checkout master
22
- name: Initialize lv_bindings submodule
23
run: git submodule update --init --recursive lib/lv_bindings
24
- name: Update Unix port submodules
0 commit comments