Skip to content

Commit

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

0 comments on commit ad36218

Please sign in to comment.