Skip to content

Commit ac92f1d

Browse files
committed
CI: GitHub: *Cabal-Linux: add Nix installation for Remote
1 parent 0d130d5 commit ac92f1d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/Cabal-Linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ 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+
# Still required for Store-remote test suite run
43+
uses: cachix/install-nix-action@v12
44+
if: matrix.packageRoot == 'hnix-store-remote'
4145
- run: cabal v2-configure --disable-optimization --enable-tests --enable-deterministic
4246
if: matrix.packageRoot == 'hnix-store-core'
4347
- run: |

.github/workflows/On-Release-Cabal-Linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
- name: "Install additional system packages"
3838
run: sudo apt install libsodium-dev
3939
- run: cabal v2-install tasty-discover
40+
- name: "Install Nix"
41+
# Still required for Store-remote test suite run
42+
uses: cachix/install-nix-action@v12
43+
if: matrix.packageRoot == 'hnix-store-remote'
4044
- run: cabal v2-configure --disable-optimization --enable-tests --enable-deterministic
4145
if: matrix.packageRoot == 'hnix-store-core'
4246
- run: |

0 commit comments

Comments
 (0)