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 5477827 commit 28f2210Copy full SHA for 28f2210
.github/workflows/Cabal-Linux.yml
@@ -37,6 +37,7 @@ jobs:
37
ghc-version: ${{ matrix.ghc }}
38
- name: "Install additional system packages"
39
run: sudo apt install libsodium-dev
40
+ - run: cabal v2-install tasty-discover
41
- run: cabal v2-configure --disable-optimization --enable-tests --enable-deterministic
42
if: matrix.packageRoot == 'hnix-store-core'
43
- run: |
0 commit comments