mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 16:09:10 +00:00
updated workflow to eliminate unix shell syntax
This commit is contained in:
parent
1c5bf1604f
commit
9643c96ed7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pyinstaller
|
pip install pyinstaller
|
||||||
if [ -f src/requirements.txt ]; then pip install -r src/requirements.txt; fi
|
pip install -r src/requirements.txt
|
||||||
- name: Build Video2X CLI
|
- name: Build Video2X CLI
|
||||||
run: |
|
run: |
|
||||||
pyinstaller --noconfirm --log-level=WARN \
|
pyinstaller --noconfirm --log-level=WARN \
|
||||||
|
Loading…
Reference in New Issue
Block a user