lib missing

This commit is contained in:
√(noham)² 2024-08-27 18:31:24 +02:00
parent 3da7bc4dd0
commit efd6a882f9
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get install -y libasound2-dev
pip install -r requirements.txt
- name: Build Executable with Nuitka

View File

@ -10,6 +10,7 @@ tag=$1
source ~/miniconda3/etc/profile.d/conda.sh
conda activate 310
pip install -r requirements.txt
python -m nuitka --onefile --assume-yes-for-downloads --output-dir=dist --static-libpython=no gofilecli.py
mv dist/gofilecli.bin ./gofilecli