We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8090be + e7b77af commit 81afce2Copy full SHA for 81afce2
.github/workflows/cmake-multi-platform.yml
@@ -4,9 +4,8 @@ name: CMake on multiple platforms
4
5
on:
6
push:
7
- branches: [ "main" ]
8
pull_request:
9
+ workflow_dispatch:
10
11
jobs:
12
build:
@@ -46,6 +45,8 @@ jobs:
46
45
47
steps:
48
- uses: actions/checkout@v4
+ with:
49
+ submodules: 'recursive'
50
51
- name: Set reusable strings
52
# 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