diff options
| author | 2023-07-09 16:07:43 -0400 | |
|---|---|---|
| committer | 2023-07-09 16:07:43 -0400 | |
| commit | f02226283e2401196e8efb52ae0feb0f65e83e60 (patch) | |
| tree | 22fe19313e37d201274fe954641ed367d8141307 | |
| parent | Merge pull request #11030 from lat9nq/tz-restrict-msvc (diff) | |
| download | yuzu-f02226283e2401196e8efb52ae0feb0f65e83e60.tar.gz yuzu-f02226283e2401196e8efb52ae0feb0f65e83e60.tar.xz yuzu-f02226283e2401196e8efb52ae0feb0f65e83e60.zip | |
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.
| -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 | |||
| 56 | x86_64-w64-mingw32-strip "${i}" | 56 | x86_64-w64-mingw32-strip "${i}" |
| 57 | done | 57 | done |
| 58 | 58 | ||
| 59 | pip3 install pefile | ||
| 60 | python3 .ci/scripts/windows/scan_dll.py package/*.exe package/imageformats/*.dll "package/" | 59 | python3 .ci/scripts/windows/scan_dll.py package/*.exe package/imageformats/*.dll "package/" |
| 61 | 60 | ||
| 62 | # copy FFmpeg libraries | 61 | # copy FFmpeg libraries |