mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-19 04:59:56 +00:00
Try workflow with DLL
This commit is contained in:
2
.github/workflows/golang-test-windows.yml
vendored
2
.github/workflows/golang-test-windows.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: syso
|
||||
path: client/*.syso
|
||||
path: client/*.dll
|
||||
|
||||
test:
|
||||
needs: pre
|
||||
|
||||
BIN
client/wintun_386.dll
Normal file
BIN
client/wintun_386.dll
Normal file
Binary file not shown.
BIN
client/wintun_amd64.dll
Normal file
BIN
client/wintun_amd64.dll
Normal file
Binary file not shown.
BIN
client/wintun_arm64.dll
Normal file
BIN
client/wintun_arm64.dll
Normal file
Binary file not shown.
@@ -60,7 +60,7 @@ func (c *tunDevice) createWithUserspace() (NetInterface, error) {
|
||||
|
||||
uapi, err := c.getUAPI(c.name)
|
||||
if err != nil {
|
||||
return tunIface, err
|
||||
return nil, err
|
||||
}
|
||||
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user