You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Only SDL
This commit is contained in:
@@ -15,9 +15,14 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Fetch tags, needed for lib/SDL
|
||||
- name: Fetch tags for lib/SDL
|
||||
run: |
|
||||
git submodule foreach --recursive 'git fetch origin "refs/*:refs/*"'
|
||||
# Unshallow a specific submodule (fetches full history)
|
||||
cd lib/SDL
|
||||
git fetch --unshallow origin
|
||||
# Or fetch all refs without unshallowing (keeps it shallow but adds refs)
|
||||
git fetch origin 'refs/*:refs/*'
|
||||
cd ../..
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user