diff options
author | shirt <2660574+shirt-dev@users.noreply.github.com> | 2021-05-20 11:17:07 -0400 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-20 21:15:41 +0530 |
commit | 7237fdc6ceeeac92f798d529dca284942df7570d (patch) | |
tree | 45d7f280a2ad203601dadcec81dd817299303ce5 | |
parent | 0fdf490d331bda76755549cb33b2800199ccf6fd (diff) | |
download | hypervideo-pre-7237fdc6ceeeac92f798d529dca284942df7570d.tar.lz hypervideo-pre-7237fdc6ceeeac92f798d529dca284942df7570d.tar.xz hypervideo-pre-7237fdc6ceeeac92f798d529dca284942df7570d.zip |
[build] Fix `pefile` version for x86
Authored by: shirt-dev
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48dfbafd3..405531e78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ jobs: - name: Upgrade pip and enable wheel support run: python -m pip install pip==19.1.1 setuptools==43.0.0 wheel==0.33.6 - name: Install Requirements for 32 Bit - run: pip install pyinstaller==3.5 mutagen==1.42.0 pycryptodome==3.9.4 + run: pip install pyinstaller==3.5 mutagen==1.42.0 pycryptodome==3.9.4 pefile==2019.4.18 - name: Bump version id: bump_version run: python devscripts/update-version.py |