This commit is contained in:
2025-07-14 08:40:43 +05:30
parent 0d2a4a6c68
commit 1c4ff9231b

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
apt-get install -y git python3 python3-pip binutils
mv /usr/lib/python*/EXTERNALLY-MANAGED . /tmp/
mv /usr/lib/python*/EXTERNALLY-MANAGED /tmp/
pip install pyinstaller inquirerpy distro
- name: Build binary
run: |