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 25c68bb commit 1079f30Copy full SHA for 1079f30
.github/workflows/main.yml
@@ -21,19 +21,19 @@ jobs:
21
if: matrix.os != 'macos-latest'
22
- name: Install Dependencies (macOS)
23
run: |
24
- brew install gnu-tar shellcheck jq pigz coreutils
+ brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt
25
brew unlink parallel
26
brew install moreutils gawk
27
if: matrix.os == 'macos-latest'
28
- name: Get Sources
29
uses: actions/checkout@v2
30
- - name: Test (macOS)
+ - name: Test
31
32
export PATH="$PATH:/snap/bin"
33
make test
34
shell: bash
35
36
- name: Build (Linux)
37
- run: debuild -uc -us
+ run: DEB_BUILD_OPTIONS=nocheck debuild -us -uc
38
39
0 commit comments