mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-15 22:42:48 +00:00
Fix #115
This commit is contained in:
parent
e6360d83a7
commit
d062b1b66a
5 changed files with 5 additions and 5 deletions
2
.github/workflows/publish-exe.yml
vendored
2
.github/workflows/publish-exe.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
else
|
||||
cargo build --all-features --release --target ${{ matrix.target }}
|
||||
fi
|
||||
cbindgen --config cbindgen.toml -l C -o target/tun2proxy-ffi.h
|
||||
cbindgen --config cbindgen.toml -l C --cpp-compat -o target/tun2proxy-ffi.h
|
||||
if [[ "${{ matrix.host_os }}" == "windows-latest" ]]; then
|
||||
powershell -Command "(Get-Item README.md).LastWriteTime = Get-Date"
|
||||
powershell -Command "(Get-Item target/${{ matrix.target }}/release/wintun.dll).LastWriteTime = Get-Date"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue