fix: Updated the release flow to install the external bindgen-cli

This commit is contained in:
2025-09-12 20:20:27 -06:00
parent 595206d0d9
commit 378b5cbe65
4 changed files with 6 additions and 26 deletions
+3
View File
@@ -236,6 +236,9 @@ jobs:
aarch64-*-linux-*) sudo apt-get -y install gcc-aarch64-linux-gnu ;;
esac
- name: Install the bindgen-cli
run: cargo install --force --locked bindgen-cli
- name: Build
run: cargo build --release --verbose --target=${{ matrix.job.target }} --locked