Skip to content

Commit

Permalink
Round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 23, 2024
1 parent 9f1e1ab commit 664f4aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
- {
name: "iOS Arm64",
os: macos-latest,
command: "find .; LIBSODIUM_SKIP_SIMULATORS=1 dist-build/apple-xcframework.sh; find .",
command: "export LIBSODIUM_SKIP_SIMULATORS=1; \
bash -x dist-build/apple-xcframework.sh; \
find .",
output-file: "zig-out/lib/libsodium.dylib",
file: "libsodium.dylib",
rid: "ios-arm64",
Expand Down Expand Up @@ -133,6 +135,7 @@ jobs:
uses: android-actions/setup-android@v3
- name: Build on ${{ matrix.config.name }}
shell: bash
continue-on-error: true
run: |
git clone https://github.com/jedisct1/libsodium.git libs/sodium
cd libs/sodium
Expand Down

0 comments on commit 664f4aa

Please sign in to comment.