Skip to content

Commit adfdc07

Browse files
committed
Fix main.yml to get test pass
1 parent 8a32116 commit adfdc07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
- name: Install Dependencies (Linux)
1414
run: |
1515
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
1717
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
1818
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
1919
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
2020
if: matrix.os == 'ubuntu-latest'
2121
- name: Install Dependencies (macOS)
2222
run: |
23-
brew install gnu-tar shellcheck jq
23+
brew install gnu-tar shellcheck jq pigz coreutils
2424
brew unlink parallel
25-
brew install moreutils
25+
brew install moreutils gawk
2626
if: matrix.os == 'macos-latest'
2727
- name: Get Sources
2828
uses: actions/checkout@v2

0 commit comments

Comments
 (0)