This commit is contained in:
parent
a5113bf9c4
commit
94b170bce0
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build Bevy game (release)
|
- 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
|
- name: Upload binary artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue