Skip to content

Commit

Permalink
Fix Windows... In theory.
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Mar 22, 2024
1 parent 9f592fe commit 3dc9d7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
output-file: "libsodium.dll",
file: "sodium.dll",
rid: "win-x86",
arch: "x86"
}
- {
name: "Windows x64",
Expand All @@ -92,6 +93,7 @@ jobs:
output-file: "libsodium.dll",
file: "sodium.dll",
rid: "win-x64",
arch: "x64"
}
- {
name: "Windows Arm64",
Expand All @@ -100,6 +102,7 @@ jobs:
output-file: "libsodium.dll",
file: "sodium.dll",
rid: "win-arm64",
arch: "arm64"
}
steps:
- name: Checkout
Expand Down

0 comments on commit 3dc9d7b

Please sign in to comment.