remove recursive

This commit is contained in:
Colin Griffin
2022-04-04 10:30:58 -04:00
committed by GitHub
parent 433ee87c84
commit 56365d0982

View File

@@ -17,7 +17,7 @@ jobs:
- name: Git submodule update
run: |
git submodule update --recursive --remote --init
git submodule update --remote --init
- name: Commit
run: |