Skip to content

Commit 8010365

Browse files
committed
Don't nest GHA groups in check::Std
1 parent ea17415 commit 8010365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/check.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ impl Step for Std {
137137
let hostdir = builder.sysroot_libdir(compiler, compiler.host);
138138
add_to_sysroot(&builder, &libdir, &hostdir, &libstd_stamp(builder, compiler, target));
139139
}
140+
drop(_guard);
140141

141142
// don't run on std twice with x.py clippy
142143
// don't check test dependencies if we haven't built libtest

0 commit comments

Comments
 (0)