Skip to content

Commit 2090f9d

Browse files
committed
install happy and alex with cabal on ubuntu too
1 parent 5d49653 commit 2090f9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
libghc-json-dev \
4545
default-jdk \
4646
python-dev-is-python3 \
47-
libtool-bin
47+
libtool-bin
48+
cabal install alex happy
4849
- name: Build package
4950
run: |
5051
make deb

0 commit comments

Comments
 (0)