Update build.yml

This commit is contained in:
Jay Lee
2021-12-22 18:45:23 -05:00
committed by GitHub
parent 6ce64fad72
commit cc3b4c974d

View File

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