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. 3
      .github/workflows/cmake.yml

3
.github/workflows/cmake.yml

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

Loading…
Cancel
Save