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 ac27be2 commit f640096Copy full SHA for f640096
.github/workflows/testing.yml
@@ -26,12 +26,12 @@ jobs:
26
tar zxvf bats-core-1.2.1.tar.gz
27
cd bats-core-1.2.1 &&
28
sudo ./install.sh /usr/local
29
- - name: install uncrustify X64
+ - name: install uncrustify ${{ runner.arch }} == X64
30
if: runner.arch == "X64"
31
run: |
32
curl -LO http://launchpadlibrarian.net/516341795/uncrustify_0.72.0+dfsg1-2_amd64.deb
33
sudo dpkg -i uncrustify_0.72.0+dfsg1-2_amd64.deb || true
34
- - name: install uncrustify ARM64
+ - name: install uncrustify ${{ runner.arch }} == ARM64
35
if: runner.arch == "ARM64"
36
37
curl -LO http://launchpadlibrarian.net/516341795/uncrustify_0.72.0+dfsg1-2_arm64.deb
0 commit comments