Skip to content

Commit 28f2210

Browse files
committed
CI: GitHub: try instaling tasty-discover explicitly into the PATH
1 parent 5477827 commit 28f2210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Cabal-Linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
ghc-version: ${{ matrix.ghc }}
3838
- name: "Install additional system packages"
3939
run: sudo apt install libsodium-dev
40+
- run: cabal v2-install tasty-discover
4041
- run: cabal v2-configure --disable-optimization --enable-tests --enable-deterministic
4142
if: matrix.packageRoot == 'hnix-store-core'
4243
- run: |

0 commit comments

Comments
 (0)