We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70662b0 commit 78ebd3cCopy full SHA for 78ebd3c
.github/workflows/test.yaml
@@ -135,7 +135,7 @@ jobs:
135
- name: install
136
run: |
137
apt-get update -y
138
- apt-get install -y ghc libghc-quickcheck2-dev libghc-tasty-dev libghc-tasty-quickcheck-dev cpphs git make curl
+ apt-get install -y ghc libghc-quickcheck2-dev libghc-tasty-dev libghc-tasty-quickcheck-dev cpphs git make curl libghc-exceptions-dev
139
shell: bash
140
- uses: actions/checkout@v1
141
- name: test
0 commit comments