Skip to content

Commit

Permalink
--sdk_root=$ANDROID_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jan 23, 2024
1 parent 476fcda commit f5915e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
# javac -version

- name: Install Android SDK and Platforms
run: $ANDROID_HOME/cmdline-tools/bin/sdkmanager "platform-tools" "platforms;android-33"
run: $ANDROID_HOME/cmdline-tools/bin/sdkmanager "platform-tools" "platforms;android-33" --sdk_root=$ANDROID_HOME

- name: Dotnet Publish
working-directory: ./RbfxTemplate.Android
Expand Down

0 comments on commit f5915e5

Please sign in to comment.