We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c933c9 commit f8387bcCopy full SHA for f8387bc
.github/workflows/main.yml
@@ -18,11 +18,11 @@ jobs:
18
- name: Fetch tags for lib/SDL
19
run: |
20
# Unshallow a specific submodule (fetches full history)
21
- cd lib/SDL
+ cd lvgl_micropython/lib/SDL
22
git fetch --unshallow origin
23
# Or fetch all refs without unshallowing (keeps it shallow but adds refs)
24
git fetch origin 'refs/*:refs/*'
25
- cd ../..
+ cd ../../..
26
27
- name: Install dependencies
28
0 commit comments