Skip to content

Commit ed03215

Browse files
authored
fix installation of NDK in armv7 crossbuild
1 parent 4944148 commit ed03215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ task:
8989
type: text/plain
9090

9191
macos_instance:
92-
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
92+
image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
9393
task:
9494
name: AppleM1/LLVM armv7-androidndk xbuild
9595
compile_script:
96-
- brew install android-ndk
96+
- brew install --cask android-ndk
9797
- export #PATH=/opt/homebrew/opt/llvm/bin:$PATH
9898
- export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
9999
- export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include"

0 commit comments

Comments
 (0)