mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fix: readd dependency installation step for linux in workflow
gets rid of pyinstaller warnings and is needed for future appimages
This commit is contained in:
@@ -58,6 +58,14 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
UV_SYSTEM_PYTHON: 1
|
UV_SYSTEM_PYTHON: 1
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y \
|
||||||
|
libxcb-cursor0 libxcb-render-util0 libxcb-xkb1 \
|
||||||
|
libxcb-icccm4 libxcb-keysyms1 libxcb-image0 \
|
||||||
|
libxcb-shape0 libxcb-util1 libxkbcommon-x11-0
|
||||||
|
|
||||||
- name: Install Nuitka (Windows only)
|
- name: Install Nuitka (Windows only)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: uv pip install nuitka
|
run: uv pip install nuitka
|
||||||
@@ -278,4 +286,4 @@ jobs:
|
|||||||
release/SoftwareManager-dev-${{ needs.build.outputs.short_sha }}-macos
|
release/SoftwareManager-dev-${{ needs.build.outputs.short_sha }}-macos
|
||||||
release/SHA256SUMS.txt
|
release/SHA256SUMS.txt
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user