summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-09-05 12:44:49 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-09-05 12:44:49 -0400
commit812ecd1feeb002252dd4d732b395d31c4179afaf (patch)
treee1465d55526e678122f1b80b1209d590f76d1920 /.github/workflows/ci.yml
parentac042e14d8ba3ac352cf7a03e4f849e4456f4a03 (diff)
downloadbfs-812ecd1feeb002252dd4d732b395d31c4179afaf.tar.xz
docs/bfs.1: Fix some mandoc lint warnings
And add mandoc -Tlint to make check-man.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index be0a164..afc709b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y \
expect \
+ mandoc \
gcc-multilib \
libgcc-s1:i386 \
acl \