You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix path
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user