Skip to content

Commit

Permalink
CI: Check out submodules before build
Browse files Browse the repository at this point in the history
  • Loading branch information
fkutzner authored Apr 13, 2024
1 parent 8bf1167 commit e1657bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:

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

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down

0 comments on commit e1657bc

Please sign in to comment.