remove recursive

This commit is contained in:
Colin Griffin 2022-04-04 10:30:58 -04:00 committed by GitHub
parent 433ee87c84
commit 56365d0982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: |