Browse Source

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

This reverts commit 68cd16c696.
pull/909/head
Logan oos Even 3 years ago
committed by GitHub
parent
commit
7f01cfaed0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/cmake.yml

2
.github/workflows/cmake.yml

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

Loading…
Cancel
Save