cargo
This commit is contained in:
parent
810da8b47b
commit
bdc1f1f184
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -108,7 +108,7 @@ jobs:
|
||||||
|
|
||||||
# Set an output parameter `uname` for use in subsequent steps
|
# Set an output parameter `uname` for use in subsequent steps
|
||||||
run: |
|
run: |
|
||||||
apk add python3 python3-dev py3-pip musl-dev libc-dev libffi-dev gcc g++ pwgen zlib-dev rust
|
apk add python3 python3-dev py3-pip musl-dev libc-dev libffi-dev gcc g++ pwgen zlib-dev rust cargo
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
pip3 install -e .[build]
|
pip3 install -e .[build]
|
||||||
pyinstaller --log-level=DEBUG ytdl-sub.spec
|
pyinstaller --log-level=DEBUG ytdl-sub.spec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue