distutils
This commit is contained in:
parent
4d3f3debad
commit
9092103431
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -132,6 +132,7 @@ jobs:
|
||||||
make -j 8
|
make -j 8
|
||||||
make altinstall
|
make altinstall
|
||||||
python3.10 --version
|
python3.10 --version
|
||||||
|
python3.10 -m pip install distutils
|
||||||
python3.10 -m pip install -e .
|
python3.10 -m pip install -e .
|
||||||
python3.10 -m pip install pyinstaller
|
python3.10 -m pip install pyinstaller
|
||||||
pyinstaller --log-level=DEBUG ytdl-sub.spec
|
pyinstaller --log-level=DEBUG ytdl-sub.spec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue