Skip to content

Commit f47c310

Browse files
authored
Simplify make command in Dependabot workflow
1 parent 54933d3 commit f47c310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DependabotCommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: "Commit new sources"
4444
run: |
45-
make -j 3 install
45+
make install
4646
git push
4747
4848
- name: "Update pr metadata"

0 commit comments

Comments
 (0)