Skip to content

Commit

Permalink
Do not build the sysroot
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Sep 30, 2024
1 parent 792085f commit 7532733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
#
Expand Down

0 comments on commit 7532733

Please sign in to comment.