Skip to content

Commit f640096

Browse files
authored
Update testing.yml
1 parent ac27be2 commit f640096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
tar zxvf bats-core-1.2.1.tar.gz
2727
cd bats-core-1.2.1 &&
2828
sudo ./install.sh /usr/local
29-
- name: install uncrustify X64
29+
- name: install uncrustify ${{ runner.arch }} == X64
3030
if: runner.arch == "X64"
3131
run: |
3232
curl -LO http://launchpadlibrarian.net/516341795/uncrustify_0.72.0+dfsg1-2_amd64.deb
3333
sudo dpkg -i uncrustify_0.72.0+dfsg1-2_amd64.deb || true
34-
- name: install uncrustify ARM64
34+
- name: install uncrustify ${{ runner.arch }} == ARM64
3535
if: runner.arch == "ARM64"
3636
run: |
3737
curl -LO http://launchpadlibrarian.net/516341795/uncrustify_0.72.0+dfsg1-2_arm64.deb

0 commit comments

Comments
 (0)