Skip to content

Commit

Permalink
fix: Include -p parameter in cross build to avoid building web3 (#2200
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chubei authored Oct 31, 2023
1 parent 1f2113a commit 07dbeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cache-key: '${{ env.CARGO_TARGET }}'

- name: Build dozer
run: cross build --profile=release --target ${{ env.CARGO_TARGET }} --bin dozer
run: cross build --package=dozer-cli --profile=release --target ${{ env.CARGO_TARGET }} --bin dozer

- name: Install cargo-deb
uses: baptiste0928/cargo-install@v1
Expand Down

0 comments on commit 07dbeb3

Please sign in to comment.