try a fixed cbindgen version

This commit is contained in:
ohfp 2020-04-08 00:21:41 +02:00
parent fc51b4f6d4
commit aa8205bb6c

View file

@ -61,7 +61,7 @@ rm -f mozconfig
# source /root/.cargo/env
# install cbindgen
cargo install cbindgen
cargo install --version 0.13.2 cbindgen
if [[ $CARCH == 'aarch64' ]]; then