File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 93
93
ANDROID_SDK_ROOT : ${HOME}/.android/android-sdk
94
94
ANDROID_SDK_HOME : ${HOME}/.android/android-sdk
95
95
ANDROID_NDK_HOME : ${HOME}/.android/android-ndk
96
+ PKG_CONFIG_PATH :
/opt/homebrew/opt/[email protected] /lib/pkgconfig
96
97
steps :
97
98
- name : Checkout python-for-android
98
99
uses : actions/checkout@v2
@@ -154,6 +155,7 @@ jobs:
154
155
ANDROID_SDK_ROOT : ${HOME}/.android/android-sdk
155
156
ANDROID_SDK_HOME : ${HOME}/.android/android-sdk
156
157
ANDROID_NDK_HOME : ${HOME}/.android/android-ndk
158
+ PKG_CONFIG_PATH :
/opt/homebrew/opt/[email protected] /lib/pkgconfig
157
159
steps :
158
160
- name : Checkout python-for-android
159
161
uses : actions/checkout@v2
@@ -212,6 +214,7 @@ jobs:
212
214
ANDROID_SDK_ROOT : ${HOME}/.android/android-sdk
213
215
ANDROID_SDK_HOME : ${HOME}/.android/android-sdk
214
216
ANDROID_NDK_HOME : ${HOME}/.android/android-ndk
217
+ PKG_CONFIG_PATH :
/opt/homebrew/opt/[email protected] /lib/pkgconfig
215
218
steps :
216
219
- name : Checkout python-for-android
217
220
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments