We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hspec-discover
1 parent 3915cda commit 055a759Copy full SHA for 055a759
1 file changed
.github/workflows/ci.yml
@@ -37,6 +37,9 @@ jobs:
37
- name: Configure
38
run: cabal configure --flags="disable-default-paths disable-build-tool-depends" --extra-include-dirs=$(brew --prefix arrayfire)/include --extra-lib-dirs=$(brew --prefix arrayfire)/lib
39
40
+ - name: hspec-discover
41
+ run: nix-shell -p ghc -p cabal-install --keep LD_LIBRARY_PATH --run 'cabal install hspec-discover'
42
+
43
- name: Build
44
run: nix-shell -p ghc -p cabal-install --keep LD_LIBRARY_PATH --run 'cabal build'
45
env:
0 commit comments