File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -151,18 +151,7 @@ fn main() {
151151 log:: info!( "installing cargo gpu" ) ;
152152 cmd ( [ "cargo" , "install" , "--path" , "crates/cargo-gpu" ] ) . unwrap ( ) ;
153153
154- log:: info!( "installing cargo gpu artifacts" ) ;
155- cmd ( [
156- "cargo" ,
157- "gpu" ,
158- "install" ,
159- "--shader-crate" ,
160- SHADER_CRATE_PATH ,
161- "--auto-install-rust-toolchain" ,
162- "--force-overwrite-lockfiles-v4-to-v3" ,
163- ] )
164- . unwrap ( ) ;
165-
154+ log:: info!( "setup project" ) ;
166155 let dir = tempdir:: TempDir :: new ( "test-shader-output" ) . unwrap ( ) ;
167156 let mut overwriter = ShaderCrateTemplateCargoTomlWriter :: new ( ) ;
168157 overwriter. replace_output_dir ( dir. path ( ) ) . unwrap ( ) ;
@@ -175,6 +164,7 @@ fn main() {
175164 }
176165 }
177166
167+ log:: info!( "building with auto-install" ) ;
178168 cmd ( [
179169 "cargo" ,
180170 "gpu" ,
You can’t perform that action at this time.
0 commit comments