diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-07-09 19:27:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-09 19:27:52 -0400 |
commit | 190748546d2792979f9ec6ab095181d03f41a540 (patch) | |
tree | 728a793dd8e1fbb51347529c7c5c1d5445d7b369 | |
parent | 79e289404bd62687273716d1c4b0b88c67349594 (diff) | |
parent | f02226283e2401196e8efb52ae0feb0f65e83e60 (diff) |
Merge pull request #11064 from lat9nq/mingw-no-install-pefile
ci/mingw: Remove pefile installation step
-rwxr-xr-x | .ci/scripts/windows/docker.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index 0be3613aa..45f75c874 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh @@ -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 |