mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-19 21:39: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: |
|
||||
mkdir mypubdir4
|
||||
rustup target add ${{ matrix.target }}
|
||||
cargo install cbindgen
|
||||
if [[ "${{ matrix.host_os }}" == "ubuntu-latest" ]]; then
|
||||
sudo .github/workflows/install-cross.sh
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue