Skip to content

Commit 49c46d1

Browse files
update emulated ci for new tasty packages
1 parent fef5f6a commit 49c46d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
githubToken: ${{ github.token }}
136136
install: |
137137
apt-get update -y
138-
apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-syb-dev
138+
apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-tasty-hunit-dev libghc-tasty-expected-failure-dev libghc-syb-dev
139139
run: |
140140
curl -s https://hackage.haskell.org/package/data-array-byte-0.1/data-array-byte-0.1.tar.gz | tar xz
141141
ghc --version

0 commit comments

Comments
 (0)