Skip to content

Commit

Permalink
Update createBundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored Feb 16, 2024
1 parent a505888 commit 439a09b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 439a09b

Please sign in to comment.