Skip to content

Commit 77a5928

Browse files
committed
M .github/workflows/Cabal-Linux.yml
1 parent 0d130d5 commit 77a5928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Cabal-Linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- name: "Install additional system packages"
3939
run: sudo apt install libsodium-dev
4040
- run: cabal v2-install tasty-discover
41+
- name: "Install Nix"
42+
uses: cachix/install-nix-action@v12
4143
- run: cabal v2-configure --disable-optimization --enable-tests --enable-deterministic
4244
if: matrix.packageRoot == 'hnix-store-core'
4345
- run: |

0 commit comments

Comments
 (0)