File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - develop
8+ - trial
89 pull_request :
910 branches :
1011 - main
@@ -40,19 +41,19 @@ jobs:
4041 )
4142
4243 - name : Install uncrustify for x64 architecture
43- if : ${{ runner.arch }} == "X64"
44+ if : ${{ runner.arch == "X64" }}
4445 run : |
4546 (
4647 curl -LO http://launchpadlibrarian.net/516341795/uncrustify_0.72.0+dfsg1-2_amd64.deb &&
47- sudo dpkg -i uncrustify_0.72.0+dfsg1-2_amd64.deb || true
48+ sudo dpkg -i uncrustify_0.72.0+dfsg1-2_amd64.deb
4849 )
4950
5051 - name : Install uncrustify for Arm64 architecture
51- if : ${{ runner.arch }} == "ARM64"
52+ if : ${{ runner.arch == "ARM64" }}
5253 run : |
5354 (
5455 curl -LO http://launchpadlibrarian.net/516341795/uncrustify_0.72.0+dfsg1-2_arm64.deb &&
55- sudo dpkg -i uncrustify_0.72.0+dfsg1-2_arm64.deb || true
56+ sudo dpkg -i uncrustify_0.72.0+dfsg1-2_arm64.deb
5657 )
5758
5859 - name : Checkout code
You can’t perform that action at this time.
0 commit comments