mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 00:49:00 +00:00
lib missing
This commit is contained in:
parent
3da7bc4dd0
commit
efd6a882f9
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user