We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a3cdb commit 5d0bec5Copy full SHA for 5d0bec5
1 file changed
.github/workflows/ci.yml
@@ -36,6 +36,9 @@ jobs:
36
"--test-successful-rustc --nb-parts 2 --current-part 0",
37
"--test-successful-rustc --nb-parts 2 --current-part 1",
38
"--projects",
39
+ "--test-successful-rustc --nb-parts 2 --current-part 0 --with-llvm-sysroot",
40
+ "--test-successful-rustc --nb-parts 2 --current-part 1 --with-llvm-sysroot",
41
+ "--projects --with-llvm-sysroot",
42
]
43
44
steps:
0 commit comments