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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue