summaryrefslogtreecommitdiff
path: root/.github/workflows/autotools-gcc-7.yml
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-01-08 19:57:31 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-01-08 19:57:31 +0100
commitbc489b86533fbda37eb17e9a01aa99392d5f21a9 (patch)
treee3a6923953720713a1b0de745c5bbcbfaf25092d /.github/workflows/autotools-gcc-7.yml
parent127b11eae5bf5040a58899ed61947454f4a035c7 (diff)
downloadsigc++-kjellahl/testci.tar.gz
CI: docbook-xsl almost everywherekjellahl/testci
Diffstat (limited to '.github/workflows/autotools-gcc-7.yml')
-rw-r--r--.github/workflows/autotools-gcc-7.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autotools-gcc-7.yml b/.github/workflows/autotools-gcc-7.yml
index 826efa7..09a7c6d 100644
--- a/.github/workflows/autotools-gcc-7.yml
+++ b/.github/workflows/autotools-gcc-7.yml
@@ -12,7 +12,7 @@ jobs:
- name: Build
run: |
sudo apt update
- sudo apt install mm-common g++-7
+ sudo apt install mm-common g++-7 docbook-xsl
export CXX=g++-7
./autogen.sh --enable-warnings=fatal
make