File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 44
44
artifact_os : Win64
45
45
steps :
46
46
- uses : actions/checkout@v4
47
+ with :
48
+ submodules : ' true'
47
49
- name : CMake generate
48
50
run : |
49
51
mkdir build && cd build
65
67
needs : Init
66
68
steps :
67
69
- uses : actions/checkout@v4
70
+ with :
71
+ submodules : ' true'
68
72
- name : CMake generate
69
73
run : |
70
74
mkdir build && cd build
86
90
needs : Init
87
91
steps :
88
92
- uses : actions/checkout@v4
93
+ with :
94
+ submodules : ' true'
89
95
- name : CMake generate
90
96
run : |
91
97
mkdir build && cd build
@@ -109,6 +115,8 @@ jobs:
109
115
SYSROOT_PATH : /opt/cross-freebsd-13
110
116
steps :
111
117
- uses : actions/checkout@v4
118
+ with :
119
+ submodules : ' true'
112
120
- name : FreeBSD toolchain setup
113
121
run : |
114
122
sudo apt-get -qq install clang lld && cd /tmp && \
@@ -141,6 +149,8 @@ jobs:
141
149
SYSROOT_PATH : /opt/cross-openbsd-7
142
150
steps :
143
151
- uses : actions/checkout@v4
152
+ with :
153
+ submodules : ' true'
144
154
- name : OpenBSD toolchain setup
145
155
run : |
146
156
sudo apt-get -qq install clang lld && cd /tmp && \
@@ -173,6 +183,8 @@ jobs:
173
183
SYSROOT_PATH : /opt/cross-netbsd-9
174
184
steps :
175
185
- uses : actions/checkout@v4
186
+ with :
187
+ submodules : ' true'
176
188
- name : NetBSD toolchain setup
177
189
run : |
178
190
sudo apt-get -qq install clang lld && cd /tmp && \
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ configuration:
4
4
- Release
5
5
before_build :
6
6
- cmd : |-
7
+ git submodule update --init --recursive
7
8
mkdir build
8
9
cd build
9
10
cmake .. -G "Visual Studio 17 2022"
You can’t perform that action at this time.
0 commit comments