From f02226283e2401196e8efb52ae0feb0f65e83e60 Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Sun, 9 Jul 2023 16:07:43 -0400 Subject: 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. --- .ci/scripts/windows/docker.sh | 1 - 1 file changed, 1 deletion(-) (limited to '.ci') 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 -- cgit v1.2.3