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 0683567 commit b9317dcCopy full SHA for b9317dc
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
18
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
19
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
20
- if: matrix.os == ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04']
+ if: matrix.os != 'macos-latest'
21
- name: Install Dependencies (macOS)
22
run: |
23
brew install gnu-tar shellcheck jq pigz coreutils
@@ -33,5 +33,5 @@ jobs:
33
shell: bash
34
- name: Build
35
run: debuild -uc -us
36
- if: matrix.os == 'ubuntu-latest'
37
0 commit comments