Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds committed Aug 11, 2023
1 parent f5e8057 commit 4d6c1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_sdk_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Accept all sdkmanager licenses"
run: yes | sdkmanager --licenses
run: tree $ANDROID_HOME/tools# yes | sdkmanager --licenses

- name: "Run command"
run: "${{ github.event.inputs.command }}"
run: "# ${{ github.event.inputs.command }}"

0 comments on commit 4d6c1f4

Please sign in to comment.