We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f9fc2 commit b8ae7a8Copy full SHA for b8ae7a8
.github/workflows/haskell.yml
@@ -47,6 +47,11 @@ jobs:
47
minimal: false
48
# enable IOG-full flavour to bring in all the crypto libraries we need.
49
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
55
- name: cache cabal
56
uses: actions/cache@v3
57
with:
0 commit comments