Skip to content

Commit

Permalink
fix: Disable broken MacOS compression
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEtherbloom committed Nov 11, 2024
1 parent b04ec64 commit 1ab81df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
file: target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
args: ${{ matrix.upx_args }}
strip: ${{ matrix.strip }}
# MacOS Compression disabled due to bug https://github.com/upx/upx/blob/44e4bd0b5454ff8aee1ff3376974dfe6014300d9/NEWS#L31
if: ${{ matrix.os != 'macOS-latest' }}
- name: Packaging binary
shell: bash
run: |
Expand Down

0 comments on commit 1ab81df

Please sign in to comment.