mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
update package.yml, CHANGELOG, and deps
This commit is contained in:
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
{
|
||||
"i386" { "Lib" }
|
||||
"amd64" { "Lib\x64" }
|
||||
"arm64" { "Lib\ARM64" }
|
||||
"arm64" { "Lib\ARM64" }
|
||||
default { throw "$ARCH is not supported!" }
|
||||
}
|
||||
Add-Content -Path "$env:GITHUB_ENV" -Value "LIB=$env:TEMP\npcap-sdk\$LibPath"
|
||||
@@ -339,9 +339,9 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
include:
|
||||
- arch: 32-bit
|
||||
- arch: x86
|
||||
target: i686-pc-windows-msvc
|
||||
- arch: 64-bit
|
||||
- arch: x64
|
||||
target: x86_64-pc-windows-msvc
|
||||
- arch: arm64
|
||||
target: aarch64-pc-windows-msvc
|
||||
|
||||
Reference in New Issue
Block a user