diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-12-18 14:31:52 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-12-18 16:12:53 +0100 |
commit | dbc16baf8079d1eb6a128be057071952374a5bd6 (patch) | |
tree | ff89d601cf663f18bdb5b6c10b92ec98ce4516a8 | |
parent | 20be1d2b79823aa8033cea43067d3bfe5c21048a (diff) | |
download | ghdl-dbc16baf8079d1eb6a128be057071952374a5bd6.tar.gz ghdl-dbc16baf8079d1eb6a128be057071952374a5bd6.tar.bz2 ghdl-dbc16baf8079d1eb6a128be057071952374a5bd6.zip |
ci: use ghdl/build:doc to build ghdl/doc
-rw-r--r-- | .github/workflows/Test.yml | 3 |
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 |