summaryrefslogtreecommitdiff
path: root/.github/workflows/autotools-gcc-9.yml
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-01-09 09:41:11 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-01-09 09:41:11 +0100
commit8e4f638a1bd3a904fe04123355d4d763ce00f122 (patch)
treeb9f3c010ac63ebac4e98fe1fc462718b7b5dd4fd /.github/workflows/autotools-gcc-9.yml
parentd256006bab41a0c30b6955df8f35efaecd64ef26 (diff)
downloadsigc++-8e4f638a1bd3a904fe04123355d4d763ce00f122.tar.gz
CI: Install docbook-xsl where documentation is built
If docbook-xsl is installed, the xsltproc command reads stylesheets from local files instead of from http://docbook.sourceforge.net. Faster and safer. Reading from docbook.sourceforge.net sometimes fails. Remove test with g++-7.
Diffstat (limited to '.github/workflows/autotools-gcc-9.yml')
-rw-r--r--.github/workflows/autotools-gcc-9.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autotools-gcc-9.yml b/.github/workflows/autotools-gcc-9.yml
index 0b2d9b1..2ef20b4 100644
--- a/.github/workflows/autotools-gcc-9.yml
+++ b/.github/workflows/autotools-gcc-9.yml
@@ -12,7 +12,7 @@ jobs:
- name: Build
run: |
sudo apt update
- sudo apt install mm-common g++-9
+ sudo apt install mm-common g++-9 docbook-xsl
export CXX=g++-9
./autogen.sh --enable-warnings=fatal
make