changeset 33:5c9a1b9c4773

ci: fix URL on OS X build
author Paper <mrpapersonic@gmail.com>
date Wed, 20 Sep 2023 13:47:28 -0400
parents dbb13eaeab62
children bb12ff38b3d1
files .builds/osx.yml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"