Use mandoc 1.14.5 in CI

This is the version that added -Otoc
This commit is contained in:
ISSOtm
2020-09-15 19:24:25 +02:00
parent 210a4a957a
commit 7e5d9683b1

View File

@@ -30,10 +30,16 @@ jobs:
repository: gbdev/rgbds-www
ref: master
path: rgbds-www
- name: Install mandoc
- name: Build and install mandoc
run: |
sudo apt-get -qq update
sudo apt-get install -yq mandoc
sudo apt-get install -yq zlib1g-dev
wget 'http://mandoc.bsd.lv/snapshots/mandoc-1.14.5.tar.gz'
tar xf mandoc-1.14.5.tar.gz
cd mandoc-1.14.5
./configure
make
sudo make install
- name: Update pages
working-directory: rgbds
run: |