Skip to content

Commit

Permalink
Add submoudles to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SharafMohamed committed Aug 7, 2024
1 parent dc064d4 commit ff83d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
runs-on: "${{matrix.os}}"
steps:
- uses: "actions/checkout@v4"
with:
submodules: "recursive"

- run: "cmake -B ./build -DCMAKE_BUILD_TYPE=${{matrix.build_type}}"

Expand Down

0 comments on commit ff83d1c

Please sign in to comment.