# HG changeset patch # User Paper # Date 1695232048 14400 # Node ID 5c9a1b9c477354cf650584b85b32bad8e1d8e5ed # Parent dbb13eaeab620e37141b7a6209f9d14090b430cc ci: fix URL on OS X build diff -r dbb13eaeab62 -r 5c9a1b9c4773 .builds/osx.yml --- a/.builds/osx.yml Wed Sep 20 13:46:36 2023 -0400 +++ b/.builds/osx.yml Wed Sep 20 13:47:28 2023 -0400 @@ -13,13 +13,14 @@ - cpio - libbz2 - zlib-dev + - wget sources: - https://hg.sr.ht/~mrpapersonic/minori - https://github.com/tpoechtrager/osxcross tasks: - build: | cd osxcross/tarballs - wget https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.13.sdk.tar.xz + wget "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.13.sdk.tar.xz" cd .. UNATTENDED=1 ./build.sh export PATH="$(pwd)/target/bin:$PATH"