Skip to content

Commit 8ddfb1e

Browse files
committed
Update cmdline-tools path to 'latest' in macOS build workflow
1 parent a1d94b2 commit 8ddfb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-build-test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
dart pub global activate protoc_plugin ^21.1.2
6464
- name: Install Android SDK
6565
run: |
66-
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/tools/bin
66+
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/latest/bin
6767
yes | sdkmanager --licenses >/dev/null
6868
yes | sdkmanager "platform-tools" "build-tools;35.0.1" "platforms;android-34" "platforms;android-35"
6969
yes | sdkmanager "ndk;25.2.9519653"

0 commit comments

Comments
 (0)