try a fixed cbindgen version
This commit is contained in:
parent
fc51b4f6d4
commit
aa8205bb6c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ rm -f mozconfig
|
||||||
# source /root/.cargo/env
|
# source /root/.cargo/env
|
||||||
|
|
||||||
# install cbindgen
|
# install cbindgen
|
||||||
cargo install cbindgen
|
cargo install --version 0.13.2 cbindgen
|
||||||
|
|
||||||
if [[ $CARCH == 'aarch64' ]]; then
|
if [[ $CARCH == 'aarch64' ]]; then
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue