Skip to content

Commit 9305e3f

Browse files
committed
Remove unneeded package from CI setup
I belive this is only necessary to run `cabal man` which we do not in the CI.
1 parent 1c63671 commit 9305e3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/linux.yml

-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ jobs:
6666
- name: Update Hackage index
6767
run: cabal v2-update
6868

69-
- name: Install `nroff` for `cabal man`
70-
run: |
71-
apt-get update
72-
apt-get install -y groff-base
73-
7469
- name: Validate print-config
7570
run: sh validate.sh -j 2 -w ghc-${{ matrix.ghc }} -v ${{ matrix.flags }} -s print-config
7671

0 commit comments

Comments
 (0)