File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -143,49 +143,3 @@ jobs:
143
143
- name : Documentation
144
144
run : |
145
145
./tools/builddoc.sh
146
-
147
- windows-build :
148
- name : Windows
149
- runs-on : windows-latest
150
- steps :
151
- - uses : actions/checkout@v3
152
- - uses : actions-rs/toolchain@v1
153
- name : Install Rust
154
- with :
155
- toolchain : stable
156
- override : true
157
-
158
- - uses : actions-rs/cargo@v1
159
- name : Build (default)
160
- with :
161
- command : build
162
- args : --release
163
-
164
- - uses : actions-rs/cargo@v1
165
- name : Build (all features)
166
- with :
167
- command : build
168
- args : --all-features --release
169
-
170
- macos-build :
171
- name : MacOS
172
- runs-on : macos-latest
173
- steps :
174
- - uses : actions/checkout@v3
175
- - uses : actions-rs/toolchain@v1
176
- name : Install Rust
177
- with :
178
- toolchain : stable
179
- override : true
180
-
181
- - uses : actions-rs/cargo@v1
182
- name : Build (default)
183
- with :
184
- command : build
185
- args : --release
186
-
187
- - uses : actions-rs/cargo@v1
188
- name : Build (all features)
189
- with :
190
- command : build
191
- args : --all-features --release
You can’t perform that action at this time.
0 commit comments