We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5458374 commit 00346c3Copy full SHA for 00346c3
.github/workflows/uncrustify.yml
@@ -35,7 +35,7 @@ jobs:
35
repository: ${{ steps.upstreamrepo.outputs.RemoteRepo }}
36
ref: ${{ steps.upstreambranch.outputs.branchname }}
37
- name: Install Uncrustify and Git
38
- run: apt-get update && apt-get install uncrustify git-all
+ run: apt-get update && apt-get --assume-yes install uncrustify git
39
- name: Run Uncrustify
40
run: |
41
uncrustify --version
0 commit comments