mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Revert "use alternative mirror for nasm, since nasm.us is down"
This reverts commit 6c918a02b8
.
This commit is contained in:
parent
5573242126
commit
8a174f55c8
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -105,7 +105,7 @@ function build_libavif {
|
|||
python3 -m pip install meson ninja
|
||||
|
||||
if [[ "$PLAT" == "x86_64" ]] || [ -n "$SANITIZER" ]; then
|
||||
build_simple nasm 2.16.01 https://gstreamer.freedesktop.org/src/mirror/ tar.xz
|
||||
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
|
||||
fi
|
||||
|
||||
local build_type=MinSizeRel
|
||||
|
|
Loading…
Reference in New Issue
Block a user