Skip to content

Commit

Permalink
Add missing features option for macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Jul 25, 2023
1 parent 667521e commit 57de490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release
args: --release --features=bin
use-cross: true

- name: Optimize and package binary
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release
args: --release --features=bin
use-cross: true

- name: Upload binary
Expand Down

0 comments on commit 57de490

Please sign in to comment.