Skip to content

Commit b8ae7a8

Browse files
committed
add input-output-hk dependencies
1 parent 49f9fc2 commit b8ae7a8

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)