# HG changeset patch # User Paper # Date 1695390070 14400 # Node ID bed33f89a982f228ad9334c78433d768656ebb79 # Parent 1a34fd7469b9f8bd5ff6e5dae76c8f2480365f60 ci/osx: darling is different from wine darling needs a separate 'shell' ARG diff -r 1a34fd7469b9 -r bed33f89a982 .builds/osx.yml --- a/.builds/osx.yml Fri Sep 22 09:29:20 2023 -0400 +++ b/.builds/osx.yml Fri Sep 22 09:41:10 2023 -0400 @@ -11,7 +11,7 @@ cd minori mkdir build cd build - darling '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"' - darling 'brew install qt5 cmake make curl clang' - darling 'cmake .. -G "Unix Makefiles"' - darling 'make' + darling shell '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"' + darling shell 'brew install qt5 cmake make curl clang' + darling shell 'cmake .. -G "Unix Makefiles"' + darling shell 'make'