aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-12-18 14:31:52 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2021-12-18 16:12:53 +0100
commitdbc16baf8079d1eb6a128be057071952374a5bd6 (patch)
treeff89d601cf663f18bdb5b6c10b92ec98ce4516a8 /.github
parent20be1d2b79823aa8033cea43067d3bfe5c21048a (diff)
downloadghdl-dbc16baf8079d1eb6a128be057071952374a5bd6.tar.gz
ghdl-dbc16baf8079d1eb6a128be057071952374a5bd6.tar.bz2
ghdl-dbc16baf8079d1eb6a128be057071952374a5bd6.zip
ci: use ghdl/build:doc to build ghdl/doc
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index bc057ad27..cf04eec85 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -51,8 +51,7 @@ jobs:
- name: '⛴ Build ghdl/doc'
run: |
docker build -t ghdl/doc . -f- <<-EOF
- FROM ghdl/build:bullseye-mcode
- RUN apt update -qq && apt install -y python3-pip graphviz
+ FROM ghdl/build:doc
COPY . /opt/ghdl
RUN cd /opt/ghdl && ./configure && make && make install
EOF