Revert "made github cmake runner fetch submodules (#906)" (#907)

This reverts commit 68cd16c696.
This commit is contained in:
Logan oos Even 2021-12-23 15:02:23 +01:00 committed by GitHub
parent 68cd16c696
commit 7f01cfaed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,6 @@ jobs:
- name: Fix Checkout - name: Fix Checkout
run: | run: |
git fetch --force --tags git fetch --force --tags
git submodule init
git submodule update
- name: Create Build Environment - name: Create Build Environment
# Some projects don't allow in-source building, so create a separate # Some projects don't allow in-source building, so create a separate