This commit is contained in:
parent
072fd61fa3
commit
08feecf5bf
1 changed files with 1 additions and 3 deletions
|
|
@ -11,12 +11,10 @@ jobs:
|
|||
image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:deb13-node20-2
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Some ugly apt install
|
||||
run: curl -fsSL https://apt.llvm.org/llvm.sh | bash
|
||||
- name: Build Bevy game (release)
|
||||
run: |
|
||||
export CARGO_BUILD_JOBS=2
|
||||
export RUSTFLAGS="-Ccodegen-units=4 -Cdebuginfo=0 -Clinker=lld"
|
||||
export RUSTFLAGS="-Ccodegen-units=4 -Cdebuginfo=0"
|
||||
cargo build --release
|
||||
|
||||
- name: Upload binary artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue