bevy very fat
Some checks failed
Build Bevy Game (Linux) / build (push) Failing after 19m40s

This commit is contained in:
Crizomb 2025-12-23 20:59:45 +01:00
parent a5113bf9c4
commit 94b170bce0

View file

@ -13,7 +13,10 @@ jobs:
- uses: actions/checkout@v4
- name: Build Bevy game (release)
run: cargo build --release
run: |
export CARGO_BUILD_JOBS=1
export RUSTFLAGS="-Ccodegen-units=1"
cargo build --release
- name: Upload binary artifacts
uses: actions/upload-artifact@v4