Commit c8cd040
authored
Add a call to
This change adds a call to `clang --version` after `swift --version` in the PR
workflow YML file. The result of this command is useful for investigating issues
stemming from out-of-date clang builds such as
swiftlang/swift-testing#1320.clang --version in the PR worfklow. (#161)1 parent 46c9211 commit c8cd040Copy full SHA for c8cd040
File tree
Expand file treeCollapse file tree
1 file changed
+11
-0
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
1 file changed
+11
-0
lines changedOpen diff view settings
Collapse file
.github/workflows/swift_package_test.yml
Copy file name to clipboardExpand all lines: .github/workflows/swift_package_test.yml+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
180 | 180 | |
181 | 181 | |
182 | 182 | |
| 183 | + |
| 184 | + |
183 | 185 | |
184 | 186 | |
185 | 187 | |
| ||
202 | 204 | |
203 | 205 | |
204 | 206 | |
| 207 | + |
| 208 | + |
205 | 209 | |
206 | 210 | |
207 | 211 | |
| ||
244 | 248 | |
245 | 249 | |
246 | 250 | |
| 251 | + |
| 252 | + |
247 | 253 | |
248 | 254 | |
249 | 255 | |
| ||
299 | 305 | |
300 | 306 | |
301 | 307 | |
| 308 | + |
| 309 | + |
302 | 310 | |
303 | 311 | |
304 | 312 | |
| ||
354 | 362 | |
355 | 363 | |
356 | 364 | |
| 365 | + |
| 366 | + |
357 | 367 | |
358 | 368 | |
359 | 369 | |
| ||
458 | 468 | |
459 | 469 | |
460 | 470 | |
| 471 | + |
461 | 472 | |
462 | 473 | |
463 | 474 | |
|
0 commit comments