Update project.py, add recursive submodules to CI

Former-commit-id: ae888d4b47eb28919777d66cc01a09e09a46ad36
This commit is contained in:
2023-12-18 21:04:46 -08:00
parent 5f259dd384
commit 3cf745eee5
3 changed files with 72 additions and 38 deletions

View File

@@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Git config
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Prepare