Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Mar 22, 2024
1 parent 77e0ea0 commit 5fe62ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- {
name: "Android Arm64",
os: ubuntu-latest,
command: "./dist-build/android-armv8-a.sh && ls -lsah libsodium-android-armv8-a+crypto",
output-file: "libsodium-android-armv8-a+crypto/usr/lib/libsodium.so",
command: "./dist-build/android-armv8-a.sh && ls -lsah libsodium-android-armv8-a+crypto/lib",
output-file: "libsodium-android-armv8-a+crypto/lib/libsodium.so",
file: "libsodium.so",
rid: "android-arm64",
}
Expand Down

0 comments on commit 5fe62ae

Please sign in to comment.