Skip to content

Commit

Permalink
does this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Sep 11, 2024
1 parent ad36218 commit 536e895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
- name: Build binary
run: |
cargo build \
--release \
-Z build-std=core,std,alloc,proc_macro,panic_abort \
-Z build-std-features=panic_immediate_abort \
cargo build
--release
-Z build-std=core,std,alloc,proc_macro,panic_abort
-Z build-std-features=panic_immediate_abort,optimize_for_size"
--locked --target=${{ matrix.target }} --color=always
- name: Install cargo-deb
Expand Down

0 comments on commit 536e895

Please sign in to comment.