Skip to content

Commit

Permalink
Added missing dependency of guarddog
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Nov 24, 2022
1 parent 47618c2 commit 797436d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guarddog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- run: pacman --noconfirm -Syu git python python-pip python-build
- run: pacman --noconfirm -Syu git python python-setuptools python-pip python-build
- run: python -m pip install --upgrade pip
- run: pip install git+https://github.com/DataDog/guarddog.git
- run: python --version
Expand Down

0 comments on commit 797436d

Please # to comment.