Skip to content

Commit

Permalink
add new test dependencies to ci emulated installs
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 22, 2024
1 parent 2a2cdc4 commit 1cbe24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update -y
apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-syb-dev
apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-tasty-hunit-dev libghc-tasty-expected-failure-dev libghc-syb-dev
run: |
curl -s https://hackage.haskell.org/package/data-array-byte-0.1/data-array-byte-0.1.tar.gz | tar xz
ghc --version
Expand Down

0 comments on commit 1cbe24d

Please sign in to comment.