Add setuptools to appimage build

This commit is contained in:
Veronica Berglyd Olsen
2025-06-01 12:42:02 +02:00
parent 007934e538
commit 7aea5eb5af
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
architecture: x64
- name: Install Packages (pip)
run: pip install python-appimage
run: pip install python-appimage setuptools
- name: Checkout Source
uses: actions/checkout@v4