Skip to content

Commit 2b3db1c

Browse files
committed
Don't nest GHA groups in check::Std
1 parent d3cdf27 commit 2b3db1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/check.rs

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ impl Step for Std {
135135
let hostdir = builder.sysroot_libdir(compiler, compiler.host);
136136
add_to_sysroot(&builder, &libdir, &hostdir, &libstd_stamp(builder, compiler, target));
137137
}
138+
drop(_guard);
138139

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

0 commit comments

Comments
 (0)