Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed May 11, 2024
1 parent 114c020 commit 48b614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-libsodium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

case "$(uname -s)" in
Linux*) sudo apt install libsodium-dev;;
Darwin*) brew install libsodium && brew install llvm;;
Darwin*) brew reinstall libsodium && brew install llvm;;
esac

0 comments on commit 48b614e

Please sign in to comment.