Skip to content

Commit 81afce2

Browse files
committed
2 parents d8090be + e7b77af commit 81afce2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ name: CMake on multiple platforms
44

55
on:
66
push:
7-
branches: [ "main" ]
87
pull_request:
9-
branches: [ "main" ]
8+
workflow_dispatch:
109

1110
jobs:
1211
build:
@@ -46,6 +45,8 @@ jobs:
4645

4746
steps:
4847
- uses: actions/checkout@v4
48+
with:
49+
submodules: 'recursive'
4950

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

0 commit comments

Comments
 (0)