Skip to content

Commit

Permalink
Windows works
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 3, 2024
1 parent 0da5dbe commit cee8b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: "Windows x86",
os: ubuntu-latest,
command: "zig build -Dshared=true -Doptimize=ReleaseFast -Dtarget=x86-windows",
output-file: "zig-out/lib/libsodium.dll",
output-file: "zig-out/lib/sodium_shared.dll",
file: "sodium.dll",
rid: "win-x86",
arch: "x86"
Expand All @@ -90,7 +90,7 @@ jobs:
name: "Windows x64",
os: ubuntu-latest,
command: "zig build -Dshared=true -Doptimize=ReleaseFast -Dtarget=x86_64-windows",
output-file: "zig-out/lib/libsodium.dll",
output-file: "zig-out/lib/sodium_shared.dll",
file: "sodium.dll",
rid: "win-x64",
arch: "x64"
Expand All @@ -99,7 +99,7 @@ jobs:
name: "Windows Arm64",
os: ubuntu-latest,
command: "zig build -Dshared=true -Doptimize=ReleaseFast -Dtarget=aarch64-windows",
output-file: "zig-out/lib/libsodium.dll",
output-file: "zig-out/lib/sodium_shared.dll",
file: "sodium.dll",
rid: "win-arm64",
arch: "arm64"
Expand Down

0 comments on commit cee8b11

Please sign in to comment.