Skip to content

Commit 78ebd3c

Browse files
committed
Fix debian sid update
1 parent 70662b0 commit 78ebd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: install
136136
run: |
137137
apt-get update -y
138-
apt-get install -y ghc libghc-quickcheck2-dev libghc-tasty-dev libghc-tasty-quickcheck-dev cpphs git make curl
138+
apt-get install -y ghc libghc-quickcheck2-dev libghc-tasty-dev libghc-tasty-quickcheck-dev cpphs git make curl libghc-exceptions-dev
139139
shell: bash
140140
- uses: actions/checkout@v1
141141
- name: test

0 commit comments

Comments
 (0)