From 3ab8335ebeef23e85979ab1dee0a8bd8701c2c0e Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 29 Jun 2023 19:36:28 +0200 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 17bc67973..a217cc205 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -82,7 +82,7 @@ macos_instance: task: name: AppleM1/LLVM armv7-androidndk xbuild compile_script: - - brew install --cask android-ndk + - brew install android-ndk - export #PATH=/opt/homebrew/opt/llvm/bin:$PATH - export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib" - export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include"