Skip to content

Commit 27663e0

Browse files
committed
CI: install directly from boneyard
1 parent d51cc7a commit 27663e0

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ jobs:
1010

1111
- name: Setup
1212
run: |
13-
brew search box2d
14-
brew tap homebrew/boneyard
15-
brew versions box2d
16-
cd $(brew --prefix)
17-
#git checkout 6b8d25f Library/Formula/box2d.rb
18-
brew install lua box2d sdl2 sdl2_image sdl2_mixer sdl2_net sqlite zlib yajl upx
13+
brew install lua sdl2 sdl2_image sdl2_mixer sdl2_net sqlite zlib yajl upx
14+
brew install https://raw.githubusercontent.com/Homebrew/homebrew-boneyard/master/box2d.rb
1915
2016
- name: Build
2117
run: |

cmake/android.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (GRADLE)
2323
set(ANDROID_TOOL_FLAGS "${ANDROID_TOOL_FLAGS} -g")
2424
endif()
2525

26-
set(ANDROID_SDK_TOOL "${ANDROID_SDK_ROOT}/tools/android${ANDROID_SDK_TOOL_EXT}")
26+
set(ANDROID_SDK_TOOL "${ANDROID_SDK_ROOT}/tools/bin/sdkmanager${ANDROID_SDK_TOOL_EXT}")
2727

2828
if (NOT CMAKE_ANDROID_NDK)
2929
message(FATAL_ERROR "ANDROID_NDK environment variable is not set")

0 commit comments

Comments
 (0)