Skip to content

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Jul 7, 2021
1 parent ff19755 commit 80e8493
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ jobs:
sudo dpkg --remove --force-depends libsodium-dev
fi
if [[ ${{ matrix.config.os }} = macos* ]]; then
brew install "$APT_BASE" ${{ matrix.config.packages }}
brew uninstall --ignore-dependencies libsodium
fi
echo "Installing libsodium.."
sudo ./contrib/install_sodium.sh `pwd`
echo "libsodium install finished.."
Expand Down

0 comments on commit 80e8493

Please sign in to comment.