From 5426fb49c9d0ceebc4dacdb7082a74405a0d51ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ga=C5=82at?= Date: Thu, 15 Feb 2024 12:08:22 +0000 Subject: [PATCH] doc: fix building doc on GHA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit allow to install required tools Signed-off-by: Robert Gałat --- .github/workflows/publish-documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 53260f23bb..c55c186c30 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -34,8 +34,8 @@ jobs: - name: Install requirements run: | - apt update - apt install default-jre graphviz -y + sudo apt-get update + sudo apt-get install default-jre graphviz -y curl -sSL https://github.com/plantuml/plantuml/releases/download/v1.2023.13/plantuml-1.2023.13.jar --output /usr/local/bin/plantuml.jar - name: Build