3 Commits

Author SHA1 Message Date
378b5cbe65 fix: Updated the release flow to install the external bindgen-cli 2025-09-12 20:20:27 -06:00
github-actions[bot]
595206d0d9 bump: version 0.0.2 → 0.1.0 [skip ci] 2025-09-13 02:14:31 +00:00
0968311055 chore: release prep 2025-09-12 20:12:22 -06:00
+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