Skip to content

Commit

Permalink
temp: print permissions of sdkmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 9, 2024
1 parent a680420 commit 1307b40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ x-common-params:
steps:
- label: "Publish to Maven Local (to verify build)"
command: |
which sdkmanager
ls -la $ANDROID_HOME/tools/bin
ls -la $(which sdkmanager)
sdkmanager --install "ndk;23.1.7779620"
npm install
./gradlew publishToMavenLocal
Expand Down

0 comments on commit 1307b40

Please sign in to comment.