Skip to content

Commit

Permalink
[TEST] find where is the wpcap.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Jan 12, 2025
1 parent e999b85 commit b84d5a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,13 @@ jobs:
if: runner.os == 'Windows'
run: |
winget install DaiyuuNobori.Win10Pcap --accept-source-agreements --accept-package-agreements
dir "C:\Program Files"
dir "C:\Program Files (x86)"
dir "C:\Program Files\Win10Pcap"
dir "C:\Program Files (x86)\Win10Pcap"
dir "C:\Program Files\Win10Pcap\x64"
dir "C:\Program Files (x86)\Win10Pcap\x64"
- name: Set Library and Include Paths (Windows)
if: runner.os == 'Windows'
run: |
Add-Content -Path $env:GITHUB_ENV -Value "LIB=$env:ProgramFiles\Win10Pcap\x64"
Add-Content -Path $env:GITHUB_ENV -Value "LIB=$env:ProgramFiles (x86)\Win10Pcap\x64"
Add-Content -Path $env:GITHUB_ENV -Value "LIB=C:\Program Files (x86)\Win10Pcap\x64"
- name: Set build mode (Linux / MacOS)
if: runner.os != 'Windows'
Expand Down

0 comments on commit b84d5a3

Please sign in to comment.