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 23f6260 commit bee3b8eCopy full SHA for bee3b8e
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
20
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
21
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
22
- if: matrix.os != 'macos-latest'
+ if: matrix.os == 'ubuntu-latest'
23
- name: Install Dependencies (macOS)
24
run: |
25
brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt
@@ -35,5 +35,4 @@ jobs:
35
shell: bash
36
- name: Build (Linux)
37
run: DEB_BUILD_OPTIONS=nocheck debuild -us -uc
38
39
-
0 commit comments