m
All checks were successful
Build Bevy Game (Linux) / build (push) Successful in 19m12s

This commit is contained in:
Crizomb 2025-12-24 01:45:28 +01:00
parent 072fd61fa3
commit 08feecf5bf

View file

@ -11,12 +11,10 @@ jobs:
image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:deb13-node20-2 image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:deb13-node20-2
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Some ugly apt install
run: curl -fsSL https://apt.llvm.org/llvm.sh | bash
- name: Build Bevy game (release) - name: Build Bevy game (release)
run: | run: |
export CARGO_BUILD_JOBS=2 export CARGO_BUILD_JOBS=2
export RUSTFLAGS="-Ccodegen-units=4 -Cdebuginfo=0 -Clinker=lld" export RUSTFLAGS="-Ccodegen-units=4 -Cdebuginfo=0"
cargo build --release cargo build --release
- name: Upload binary artifacts - name: Upload binary artifacts