4GB still no compile?
Some checks failed
Build Bevy Game (Linux) / build (push) Failing after 28m47s

This commit is contained in:
Crizomb 2025-12-23 21:35:12 +01:00
parent 94b170bce0
commit 110a649fdb

View file

@ -2,5 +2,5 @@ use bevy::prelude::*;
fn main() { fn main() {
App::new().run(); App::new().run();
println!("Hello, bevy!"); println!("Hello, bevy!");
println!("rm -r .cache, no vergogn"); println!("4GB VM Ram");
} }