From d6272d3718a334b858602de09cc1722dc7f965f3 Mon Sep 17 00:00:00 2001 From: Pantelyuk Pavel Date: Thu, 5 Dec 2024 02:41:01 +0300 Subject: [PATCH] a9 --- .github/workflows/general.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 5f78d1b0a..8781f91fd 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -43,9 +43,7 @@ jobs: Invoke-WebRequest -Uri https://npcap.com/dist/npcap-sdk-1.13.zip -OutFile npcap-sdk.zip Expand-Archive -Path npcap-sdk.zip -DestinationPath $env:USERPROFILE\npcap-sdk Remove-Item npcap-sdk.zip - Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) - # winget install --id=DaiyuuNobori.Win10Pcap -e - choco install winpcap -y + choco install winpcap -y -pre - name: Set Library and Include Paths (Windows) if: runner.os == 'Windows' @@ -102,6 +100,5 @@ jobs: env: LIB: ${{env.LIB}} run: | - Get-ChildItem env: cd components\sources\cu_hesai cargo test