Skip to content

Commit

Permalink
Update cmake-ci.yml (#148)
Browse files Browse the repository at this point in the history
Enable submodules checkout
  • Loading branch information
h4tr3d authored Jan 14, 2025
1 parent 8cc2ba9 commit 17f8c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:

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

- name: Dump environment variables
run: echo "OS_NAME=$OS_NAME, BUILD_TYPE=$BUILD_TYPE, SKIP_MESON=$SKIP_MESON"
Expand Down

0 comments on commit 17f8c7d

Please sign in to comment.