summaryrefslogtreecommitdiff
path: root/.github/workflows/build-windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-windows.yml')
-rw-r--r--.github/workflows/build-windows.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml
index 349ae3a..c0c09a4 100644
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: microsoft/setup-msbuild@v1.1
- - name: Install WinPcap
+ - name: Install Npcap
run: |
- Invoke-WebRequest https://npcap.com/dist/npcap-sdk-1.13.zip -OutFile WpdPack.zip
- Expand-Archive WpdPack.zip -DestinationPath ../WpdPack
+ Invoke-WebRequest https://npcap.com/dist/npcap-sdk-1.13.zip -OutFile ../npcap-sdk.zip
+ Expand-Archive ../npcap-sdk.zip -DestinationPath ../npcap-sdk
- name: Build 64-bit
shell: cmd
run: |