Skip to content

Commit 39fbd85

Browse files
author
Noah Meyerhans
committed
ci: install findutils as a dependency
We use xargs from the findutils package, which is no longer installed by default in the AL 2022 container images.
1 parent 73252a6 commit 39fbd85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run:
2424
name: "Install dependencies"
2525
command: |
26-
dnf -y install python3-pip git
26+
dnf -y install python3-pip git findutils
2727
pip install flake8
2828
- checkout
2929
- run:

0 commit comments

Comments
 (0)