Skip to content

Commit

Permalink
a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantelyuk Pavel committed Dec 4, 2024
1 parent 95cc8aa commit d6272d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -102,6 +100,5 @@ jobs:
env:
LIB: ${{env.LIB}}
run: |
Get-ChildItem env:
cd components\sources\cu_hesai
cargo test

0 comments on commit d6272d3

Please sign in to comment.