From fe87f02888c7091594a1876697448bc7004e6a68 Mon Sep 17 00:00:00 2001 From: Pawel Rutka Date: Fri, 4 Sep 2026 07:33:18 +0000 Subject: [PATCH] Fix Graphviz --- .github/workflows/test_and_docs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_and_docs.yml b/.github/workflows/test_and_docs.yml index e981db92afc..82dcb152495 100644 --- a/.github/workflows/test_and_docs.yml +++ b/.github/workflows/test_and_docs.yml @@ -58,6 +58,11 @@ jobs: run: | sudo apt-get update sudo apt-get install -y lcov + - name: Install Graphviz + uses: eclipse-score/apt-install@main + with: + packages: graphviz + cache: false - name: Checkout repository (pull_request_target via workflow_call) if: ${{ github.event_name == 'pull_request_target' }} uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -110,11 +115,6 @@ jobs: files: ${{ github.event.repository.name }}_test_reports.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Install Graphviz - uses: eclipse-score/apt-install@main - with: - packages: graphviz - cache: false - name: Build documentation run: | bazel run \