File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
library/compiler-builtins Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ jobs:
119119 rustup update "$channel" --no-self-update
120120 rustup default "$channel"
121121 rustup target add "${{ matrix.target }}"
122- rustup component add llvm-tools-preview
123122 - uses : taiki-e/install-action@nextest
124123 - uses : Swatinem/rust-cache@v2
125124 with :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ fn exec_cargo_with_args(args: &[&str]) -> Vec<PathBuf> {
8484 }
8585 }
8686
87- cmd. wait ( ) . expect ( "failed to wait on Cargo" ) ;
87+ assert ! ( cmd. wait( ) . expect( "failed to wait on Cargo" ) . success ( ) ) ;
8888
8989 assert ! ( !check_files. is_empty( ) , "no compiler_builtins rlibs found" ) ;
9090 println ! ( "Collected the following rlibs to check: {check_files:#?}" ) ;
You can’t perform that action at this time.
0 commit comments