Skip to content

Commit bee3b8e

Browse files
committed
use consistent check
1 parent 23f6260 commit bee3b8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
2020
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
2121
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
22-
if: matrix.os != 'macos-latest'
22+
if: matrix.os == 'ubuntu-latest'
2323
- name: Install Dependencies (macOS)
2424
run: |
2525
brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt
@@ -35,5 +35,4 @@ jobs:
3535
shell: bash
3636
- name: Build (Linux)
3737
run: DEB_BUILD_OPTIONS=nocheck debuild -us -uc
38-
if: matrix.os != 'macos-latest'
39-
38+
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)