File tree 1 file changed +12
-0
lines changed
1 file changed +12
-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 && \
You can’t perform that action at this time.
0 commit comments