Skip to content

Commit 7532733

Browse files
committed
Do not build the sysroot
1 parent 792085f commit 7532733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
sed -i '/channel/d' rust-toolchain
163163
export RUSTC_BOOTSTRAP=1
164164
./y.sh prepare --only-libcore
165-
./y.sh build --release --features master
165+
./y.sh test --build-only --release --features master
166166
167167
# Setup: `bindgen`.
168168
#

0 commit comments

Comments
 (0)