Skip to content

Commit 18ea549

Browse files
authored
Merge pull request #2038 from IntersectMBO/CI/add-dependecies
CI / add input-output-hk dependencies
2 parents 44eceb0 + b8ae7a8 commit 18ea549

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
minimal: false
4848
# enable IOG-full flavour to bring in all the crypto libraries we need.
4949
iog-full: true
50+
# TODO: remove when input-output-hk/devx is fixed
51+
- name: Install system dependencies
52+
uses: input-output-hk/actions/base@latest
53+
with:
54+
use-sodium-vrf: true
5055
- name: cache cabal
5156
uses: actions/cache@v3
5257
with:

0 commit comments

Comments
 (0)