Skip to content

Commit

Permalink
Update package-linux.yml to include libxcb-cursor0
Browse files Browse the repository at this point in the history
Including libxcb-cursor0 for linux
  • Loading branch information
detournemint authored and axu2 committed Jun 25, 2024
1 parent 6738b70 commit e958edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install python dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar python3-pip squashfs-tools libfuse2
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar python3-pip squashfs-tools libfuse2 libxcb-cursor0
python -m pip install --upgrade pip setuptools wheel certifi pyinstaller --no-binary pyinstaller
python -m pip install -r requirements.txt
- name: build binary
Expand Down

0 comments on commit e958edd

Please sign in to comment.