Skip to content

Commit

Permalink
[build] Update cmake.yml to use submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtryan98 committed Aug 10, 2023
1 parent c8a94ed commit c6d4373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit c6d4373

Please sign in to comment.