diff options
-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 |