ci/mingw: Remove pefile installation step

This is unnecessary here: pefile is already installed on the container.
This step also causes issues in coming changes to the container.
This commit is contained in:
lat9nq 2023-07-09 16:07:43 -04:00
parent 9ce5d39829
commit f02226283e
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ for i in package/*.exe; do
x86_64-w64-mingw32-strip "${i}"
done
pip3 install pefile
python3 .ci/scripts/windows/scan_dll.py package/*.exe package/imageformats/*.dll "package/"
# copy FFmpeg libraries