Install groff to build PDFs correctly in CI

This commit is contained in:
ISSOtm
2021-03-20 02:09:47 +01:00
parent 5d2e2e2182
commit 5406674cdd
2 changed files with 4 additions and 4 deletions

View File

@@ -18,10 +18,10 @@ jobs:
repository: ${{ github.repository_owner }}/rgbds-www repository: ${{ github.repository_owner }}/rgbds-www
path: rgbds-www path: rgbds-www
# `-O toc` was added in 1.14.5, but the repos only have 1.14.4 # `-O toc` was added in 1.14.5, but the repos only have 1.14.4
- name: Build and install mandoc - name: Build and install mandoc + install groff
run: | run: |
sudo apt-get -qq update sudo apt-get -qq update
sudo apt-get install -yq zlib1g-dev sudo apt-get install -yq groff zlib1g-dev
wget 'http://mandoc.bsd.lv/snapshots/mandoc-1.14.5.tar.gz' wget 'http://mandoc.bsd.lv/snapshots/mandoc-1.14.5.tar.gz'
tar xf mandoc-1.14.5.tar.gz tar xf mandoc-1.14.5.tar.gz
cd mandoc-1.14.5 cd mandoc-1.14.5

View File

@@ -31,10 +31,10 @@ jobs:
repository: gbdev/rgbds-www repository: gbdev/rgbds-www
ref: master ref: master
path: rgbds-www path: rgbds-www
- name: Build and install mandoc - name: Build and install mandoc + install groff
run: | run: |
sudo apt-get -qq update sudo apt-get -qq update
sudo apt-get install -yq zlib1g-dev sudo apt-get install -yq groff zlib1g-dev
wget 'http://mandoc.bsd.lv/snapshots/mandoc-1.14.5.tar.gz' wget 'http://mandoc.bsd.lv/snapshots/mandoc-1.14.5.tar.gz'
tar xf mandoc-1.14.5.tar.gz tar xf mandoc-1.14.5.tar.gz
cd mandoc-1.14.5 cd mandoc-1.14.5