Browse Source

made github cmake runner fetch submodules (#906)

pull/907/head
Logan oos Even 3 years ago
committed by GitHub
parent
commit
68cd16c696
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,6 +31,8 @@ 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