diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58533d7..1b8a9d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,6 @@ jobs: rustup component add rust-src --target ${{ matrix.target }} - name: Build binary - # use optimize_for_size in the future (https://github.com/rust-lang/rust/issues/125612) run: 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