python3-dev and debug logger
This commit is contained in:
parent
7e24c898a1
commit
9e15bb18d7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -103,11 +103,11 @@ 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 py3-pip musl-dev libc-dev libffi-dev gcc g++ pwgen
|
apk add python3 python3-dev py3-pip musl-dev libc-dev libffi-dev gcc g++ pwgen
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
pip3 install -e .
|
pip3 install -e .
|
||||||
pip3 install pyinstaller
|
pip3 install pyinstaller
|
||||||
pyinstaller ytdl-sub.spec
|
pyinstaller --log-level=DEBUG ytdl-sub.spec
|
||||||
mv dist/ytdl-sub /artifacts/ytdl-sub_${{ matrix.arch }}
|
mv dist/ytdl-sub /artifacts/ytdl-sub_${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue