From d2688dbc8947af1fcf1174e2f73bc62aff706d2d Mon Sep 17 00:00:00 2001 From: Ryota Nishimura Date: Tue, 12 Dec 2023 18:48:39 +0900 Subject: [PATCH] v2.7.3 build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ccc07e..a67599e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,14 +39,14 @@ jobs: run: python -m pip install --upgrade pip setuptools wheel # Windowsの場合のみPyInstallerのブートローダーを再ビルド - - name: Clone PyInstaller and Rebuild Bootloader + - name: Clone PyInstaller and Rebuild Bootloader for Windows if: matrix.env == 'windows' run: | git clone https://github.com/pyinstaller/pyinstaller cd pyinstaller/bootloader python ./waf distclean all cd .. - python setup.py install + pip install . # LinuxとmacOSの場合にPyInstallerをインストール - name: Install PyInstaller for Linux and MacOS