Skip to content

Commit

Permalink
M .github/workflows/Cabal-Linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Dec 15, 2020
1 parent 0d130d5 commit 77a5928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: "Install additional system packages"
run: sudo apt install libsodium-dev
- run: cabal v2-install tasty-discover
- name: "Install Nix"
uses: cachix/install-nix-action@v12
- run: cabal v2-configure --disable-optimization --enable-tests --enable-deterministic
if: matrix.packageRoot == 'hnix-store-core'
- run: |
Expand Down

0 comments on commit 77a5928

Please sign in to comment.