Browse Source

added "submodules: true" to CMake runner

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

1
.github/workflows/cmake.yml

@ -26,6 +26,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: true
fetch-depth: 0 fetch-depth: 0
- name: Fix Checkout - name: Fix Checkout

Loading…
Cancel
Save