updated workflow to eliminate unix shell syntax

This commit is contained in:
k4yt3x 2020-05-12 02:26:07 -04:00
parent 1c5bf1604f
commit 9643c96ed7

View File

@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
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
run: |
pyinstaller --noconfirm --log-level=WARN \