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 74ba1f3 commit 5095b34Copy full SHA for 5095b34
.github/workflows/github-page.yml
@@ -44,11 +44,16 @@ jobs:
44
experimental-features = nix-command flakes
45
46
- name: Install Haskell
47
- uses: haskell-actions/setup@v2
+ uses: input-output-hk/actions/haskell@latest
48
id: setup-haskell
49
with:
50
- ghc-version: ${{ matrix.ghc }}
51
- cabal-version: '3.14.1.1'
+ cabal-version: "3.14.1.1"
+ ghc-version: ${ matrix.ghc }}
52
+
53
+ - name: Install base libraries
54
+ uses: input-output-hk/actions/base@latest
55
+ with:
56
+ use-sodium-vrf: false
57
58
- uses: actions/cache@v4
59
name: Cache cabal store
0 commit comments