From 439a09bbe1c29c153209e07e01f9342b8bb1c175 Mon Sep 17 00:00:00 2001 From: Martin Pokorny <89339813+mPokornyETM@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:55:52 +0100 Subject: [PATCH] Update createBundle.yml --- .github/workflows/createBundle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/createBundle.yml b/.github/workflows/createBundle.yml index 1669de7..b7e5b97 100644 --- a/.github/workflows/createBundle.yml +++ b/.github/workflows/createBundle.yml @@ -14,6 +14,8 @@ permissions: contents: read pages: write id-token: write + # for jUnit report + checks: write env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) @@ -182,7 +184,7 @@ jobs: working-directory: /opt/WinCC_OA/3.19/bin/ run: | apt-get update - apt-get --assume-yes install -f doxygen + apt-get --assume-yes install -f doxygen graphviz - uses: actions/checkout@v1 - name: Register Project