Skip to content
Snippets Groups Projects
Commit f0222628 authored by lat9nq's avatar lat9nq
Browse files

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.
parent 9ce5d398
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment