Skip to content

Commit

Permalink
Add libsodium to build
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Jul 1, 2020
1 parent 76b58ce commit e1dd4de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: 💽 Install OS Packages
uses: mstksg/get-package@v1
with:
apt-get: libgmp-dev
apt-get: libgmp-dev libsodium-dev

- name: 📥 Checkout repository
uses: actions/checkout@v1
Expand Down
6 changes: 6 additions & 0 deletions stack.yaml
Expand Up @@ -9,3 +9,9 @@ packages:

extra-deps:
- hedgehog-quickcheck-0.1.1

flags:
# Bundle VRF crypto in libsodium and do not rely on an external fork to have it.
# This still requires the host system to have the 'standard' libsodium installed.
cardano-crypto-praos:
external-libsodium-vrf: false

0 comments on commit e1dd4de

Please sign in to comment.