Skip to content

Commit f8387bc

Browse files
Fix path
1 parent 0c933c9 commit f8387bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Fetch tags for lib/SDL
1919
run: |
2020
# Unshallow a specific submodule (fetches full history)
21-
cd lib/SDL
21+
cd lvgl_micropython/lib/SDL
2222
git fetch --unshallow origin
2323
# Or fetch all refs without unshallowing (keeps it shallow but adds refs)
2424
git fetch origin 'refs/*:refs/*'
25-
cd ../..
25+
cd ../../..
2626
2727
- name: Install dependencies
2828
run: |

0 commit comments

Comments
 (0)