You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fetch tags
This commit is contained in:
@@ -15,6 +15,10 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Fetch tags, needed for lib/SDL
|
||||
run: |
|
||||
git submodule foreach --recursive 'git fetch origin "refs/*:refs/*"'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
||||
Reference in New Issue
Block a user