This commit is contained in:
Thomas Farstrike
2025-10-24 18:27:38 +02:00
parent 0c933c952c
commit f8387bcf6b
+2 -2
View File
@@ -18,11 +18,11 @@ jobs:
- name: Fetch tags for lib/SDL
run: |
# Unshallow a specific submodule (fetches full history)
cd lib/SDL
cd lvgl_micropython/lib/SDL
git fetch --unshallow origin
# Or fetch all refs without unshallowing (keeps it shallow but adds refs)
git fetch origin 'refs/*:refs/*'
cd ../..
cd ../../..
- name: Install dependencies
run: |