File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
13
13
- name : Install Dependencies (Linux)
14
14
run : |
15
15
sudo apt-get update -y
16
- sudo apt-get install -y devscripts debhelper moreutils fakeroot jq
16
+ sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz
17
17
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
18
18
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
19
19
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
20
20
if : matrix.os == 'ubuntu-latest'
21
21
- name : Install Dependencies (macOS)
22
22
run : |
23
- brew install gnu-tar shellcheck jq
23
+ brew install gnu-tar shellcheck jq pigz coreutils
24
24
brew unlink parallel
25
- brew install moreutils
25
+ brew install moreutils gawk
26
26
if : matrix.os == 'macos-latest'
27
27
- name : Get Sources
28
28
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments