Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta authored Dec 13, 2024
1 parent ac9fd05 commit 16a9e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Build for Linux
if: matrix.os == 'ubuntu-latest'
run: |
cargo install --force --locked bindgen-cli
cargo install cross --git https://github.com/cross-rs/cross
cargo install --force --locked bindgen-cli
cross build --release --target ${{ matrix.target }}
- name: Build for Darwin and Windows
Expand Down

0 comments on commit 16a9e99

Please sign in to comment.