Update build.yml

This commit is contained in:
Jay Lee
2021-12-22 18:39:01 -05:00
committed by GitHub
parent c1af67d4a3
commit 6ce64fad72

View File

@ -187,7 +187,7 @@ jobs:
$pip install wheel $pipoptions
- name: Install PyInstaller
if: matrix.goal != test
if: matrix.goal != 'test'
run: |
export url="https://codeload.github.com/pyinstaller/pyinstaller/tar.gz/${PYINSTALLER_VERSION}"
echo "Downloading ${url}"