From 7532733d9b6b8741030a9df9a0fe91b581f84d8a Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Sat, 28 Sep 2024 09:36:29 -0400 Subject: [PATCH] Do not build the sysroot --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee6a5b1..5f9b999 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -162,7 +162,7 @@ jobs: sed -i '/channel/d' rust-toolchain export RUSTC_BOOTSTRAP=1 ./y.sh prepare --only-libcore - ./y.sh build --release --features master + ./y.sh test --build-only --release --features master # Setup: `bindgen`. #