Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 23, 2024
1 parent 48684e9 commit 80f3a6c
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: "brew install autoconf automake libtool gcc cmake make \
command: "brew install autoconf automake libtool gcc cmake make; \
export LIBSODIUM_SKIP_SIMULATORS=1; \
set +e; \
bash -x dist-build/apple-xcframework.sh; \
Expand Down

0 comments on commit 80f3a6c

Please sign in to comment.