瀏覽代碼

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.
lat9nq 3 年之前
父節點
當前提交
f02226283e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .ci/scripts/windows/docker.sh

+ 0 - 1
.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