fix usbip control resync and darwin bounds

This commit is contained in:
世界
2026-04-24 08:27:18 +08:00
parent 44214c4c55
commit 1b6d586930
8 changed files with 214 additions and 17 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y usbip
sudo apt-get install -y linux-tools-common
- name: Test (unix)
if: matrix.os != 'windows-latest'
run: go test -v -exec sudo -tags "$BUILD_TAGS" -ldflags "$LDFLAGS_SHARED" ./...