mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-21 06:31:37 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user