Skip to content

Commit

Permalink
bindgen-cli not needed on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Oct 16, 2024
1 parent 1698162 commit 099f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y git gmake bash sudo cmake-core llvm-devel-lite curl rust-bindgen-cli go
pkg install -y git gmake bash sudo cmake-core llvm-devel-lite curl go
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
Expand Down

0 comments on commit 099f3ac

Please sign in to comment.