Skip to content

Commit

Permalink
Merge pull request #2192 from rajatjindal/fix-release
Browse files Browse the repository at this point in the history
remove workspace/all-targets from cross build cmd
  • Loading branch information
rajatjindal authored Dec 20, 2023
2 parents dbc09d3 + c9be55e commit 412b51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
rust-cache: true

- name: Cargo Build
run: cross build --target ${{ matrix.config.target }} --workspace --release --all-targets --features openssl/vendored
run: cross build --target ${{ matrix.config.target }} --release --features openssl/vendored
env:
CARGO_INCREMENTAL: 0
BUILD_SPIN_EXAMPLES: 0
Expand Down

0 comments on commit 412b51f

Please sign in to comment.