Skip to content

Commit

Permalink
Round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 23, 2024
1 parent 5538122 commit c964f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- {
name: "iOS Arm64",
os: macos-latest,
command: "LIBSODIUM_SKIP_SIMULATORS=1 dist-build/apple-xcframework.sh; find .",
command: "find .; LIBSODIUM_SKIP_SIMULATORS=1 dist-build/apple-xcframework.sh; find .",
output-file: "zig-out/lib/libsodium.dylib",
file: "libsodium.dylib",
rid: "ios-arm64",
Expand Down

0 comments on commit c964f36

Please sign in to comment.