Skip to content

Commit

Permalink
update CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Apr 17, 2021
1 parent 3c41986 commit 7cdc386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Running cargo build
uses: actions-rs/cargo@v1
with:
command: build --features vendored
command: build
toolchain: ${{ matrix.rust }}
args: --release --target ${{ matrix.target }}
args: --features vendored --release --target ${{ matrix.target }}

- name: Packaging final binary
shell: bash
Expand Down

0 comments on commit 7cdc386

Please sign in to comment.