Skip to content

Commit 8812cf3

Browse files
committed
CI: explicitly add dependency on findutils
I've seen a "xargs: command not found" from GitHub. Evidently findutils isn't provided by default even though it is "Essential: yes", so specify it explicitly. I sorted the dependency order here now because there are more than two. Signed-off-by: Robie Basak <[email protected]>
1 parent a5d8176 commit 8812cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Install ShellCheck
54-
run: sudo apt update && sudo apt -y install shellcheck file
54+
run: sudo apt update && sudo apt -y install file findutils shellcheck
5555

5656
- uses: actions/checkout@v4
5757
with:

0 commit comments

Comments
 (0)