cbindgen issues in publish script

This commit is contained in:
ssrlive 2024-04-29 11:40:39 +08:00
parent 0f241325ad
commit 64dd43c6f3

View file

@ -50,6 +50,7 @@ jobs:
run: | run: |
mkdir mypubdir4 mkdir mypubdir4
rustup target add ${{ matrix.target }} rustup target add ${{ matrix.target }}
cargo install cbindgen
if [[ "${{ matrix.host_os }}" == "ubuntu-latest" ]]; then if [[ "${{ matrix.host_os }}" == "ubuntu-latest" ]]; then
sudo .github/workflows/install-cross.sh sudo .github/workflows/install-cross.sh
fi fi