Skip to content

Commit

Permalink
v2.7.3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sayonari committed Dec 12, 2023
1 parent 1b80431 commit d2688db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2688db

Please sign in to comment.