Skip to content

Commit d1a09ee

Browse files
committed
test commit
1 parent 00f22aa commit d1a09ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
)
4242
4343
- name: Install uncrustify for x64 architecture
44-
if: ${{ runner.arch == "X64" }}
44+
if: ${{ runner.arch == 'X64' }}
4545
run: |
4646
(
4747
curl -LO http://launchpadlibrarian.net/516341795/uncrustify_0.72.0+dfsg1-2_amd64.deb &&
4848
sudo dpkg -i uncrustify_0.72.0+dfsg1-2_amd64.deb
4949
)
5050
5151
- name: Install uncrustify for Arm64 architecture
52-
if: ${{ runner.arch == "ARM64" }}
52+
if: ${{ runner.arch == 'ARM64' }}
5353
run: |
5454
(
5555
curl -LO http://launchpadlibrarian.net/516341795/uncrustify_0.72.0+dfsg1-2_arm64.deb &&

0 commit comments

Comments
 (0)