Skip to content

Commit 1d0c98e

Browse files
gha: install crypto dependencies
1 parent b77e79d commit 1d0c98e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
ghc-version: ${{ matrix.ghc }}
4646
cabal-version: "3.12.1.0"
4747

48+
- name: Install system dependencies
49+
uses: input-output-hk/actions/base@latest
50+
with:
51+
use-sodium-vrf: true # default is true
52+
4853
- uses: actions/checkout@v6
4954

5055
- name: "Configure cabal.project.local"

0 commit comments

Comments
 (0)