mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 05:49:09 +00:00
cbindgen issues in publish script
This commit is contained in:
parent
0f241325ad
commit
64dd43c6f3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-exe.yml
vendored
1
.github/workflows/publish-exe.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue