Skip to content

Commit

Permalink
Merge pull request PowerDNS#15067 from rgacogne/ddist-fix-coverity-ya…
Browse files Browse the repository at this point in the history
…ml-2

dnsdist: Install python-yaml in the Coverity workflow
  • Loading branch information
rgacogne authored Jan 21, 2025
2 parents ca0088c + 7724c2a commit 3d4ddfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
# installing the python3-package does not work because of actions/setup-python which installs a different version in /opt/hostedtoolcache/Python
- name: Install python yaml
run: |
pip install pyyaml
- run: build-scripts/gh-actions-setup-inv-no-dist-upgrade
- run: inv install-clang
- run: inv install-lld-linker-if-needed
Expand Down

0 comments on commit 3d4ddfb

Please # to comment.