Skip to content

Commit

Permalink
Fix submodules fetching during cmake build in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmamayka committed Sep 7, 2023
1 parent 3146a45 commit 34dca23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: "Fetch third party dependencies"
run: git submodule update
with:
submodules: recursive

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

0 comments on commit 34dca23

Please sign in to comment.