Skip to content

Commit

Permalink
Removed lzma because erroring on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
travisvn committed Dec 17, 2024
1 parent 91ac095 commit 841ada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if [ "${{ matrix.os }}" = "windows-latest" ]; then
pyinstaller --onefile --noconsole --name gptree.exe cli_tool_gptree/main.py
else
pyinstaller --onefile --noconsole --upx-dir=/usr/bin --no-lzma --name gptree cli_tool_gptree/main.py
pyinstaller --onefile --noconsole --upx-dir=/usr/bin --name gptree cli_tool_gptree/main.py
fi
# Rename binaries for platform-specific names
Expand Down

0 comments on commit 841ada8

Please sign in to comment.