Skip to content

Commit

Permalink
wip add explicit homebrew command for libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
winitzki committed May 14, 2024
1 parent 178ea96 commit ada55e1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ branches:
- master
- /^\d+\.\d+\.\d+(\.\d+)?$/

addons:
homebrew:
packages:
- libsodium
update: true

before_install:
- arch -x86_64 /usr/local/bin/brew update
- arch -x86_64 /usr/local/bin/brew install libsodium
# Using compiler above sets CC to an invalid value, so unset it
- unset CC
- CABALARGS=""
Expand Down

0 comments on commit ada55e1

Please sign in to comment.