Update build.yml

This commit is contained in:
Jay Lee
2021-12-22 18:49:19 -05:00
committed by GitHub
parent cc3b4c974d
commit 725c19aafc

View File

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