Skip to content

Commit 2ad69b3

Browse files
committed
ci: set up nix in cabal jobs
1 parent 43100f9 commit 2ad69b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,18 @@ jobs:
2929
- "1.30"
3030
steps:
3131
- uses: actions/checkout@v4
32+
3233
- uses: haskell-actions/setup@v2
3334
with:
3435
ghc-version: ${{ matrix.compiler.ghc }}
3536
cabal-version: '3.8.1.0'
37+
38+
- uses: cachix/install-nix-action@v27
39+
3640
- run: |
3741
nix run .#set-cabal-version -- "${{matrix.k8s_release}}" cabal.project
3842
cabal build all --enable-tests
43+
3944
- run: |
4045
cabal test all
4146

0 commit comments

Comments
 (0)