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, 5 insertions, 1 deletions
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml
index c0c09a4..616c67c 100644
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -14,7 +14,11 @@ jobs:
run: |
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 32-bit
+ shell: cmd
+ run: |
+ .\win32\msvcbuild.bat x86
- name: Build 64-bit
shell: cmd
run: |
- .\win32\msvcbuild.bat x64
+ .\win32\msvcbuild.bat x86_64