Skip to content

Commit 1079f30

Browse files
authored
nocheck debuild
1 parent 25c68bb commit 1079f30

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
@@ -21,19 +21,19 @@ jobs:
2121
if: matrix.os != 'macos-latest'
2222
- name: Install Dependencies (macOS)
2323
run: |
24-
brew install gnu-tar shellcheck jq pigz coreutils
24+
brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt
2525
brew unlink parallel
2626
brew install moreutils gawk
2727
if: matrix.os == 'macos-latest'
2828
- name: Get Sources
2929
uses: actions/checkout@v2
30-
- name: Test (macOS)
30+
- name: Test
3131
run: |
3232
export PATH="$PATH:/snap/bin"
3333
make test
3434
shell: bash
3535
if: matrix.os == 'macos-latest'
3636
- name: Build (Linux)
37-
run: debuild -uc -us
37+
run: DEB_BUILD_OPTIONS=nocheck debuild -us -uc
3838
if: matrix.os != 'macos-latest'
3939

0 commit comments

Comments
 (0)