Skip to content

Commit

Permalink
Remove debug prints from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed Aug 4, 2024
1 parent cc86ba7 commit ba6f2a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
- name: Install build-tools 34.0.0
run: echo y | /usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager --install "build-tools;34.0.0" "platforms;android-34"
- name: Uninstall build-tools 35.0.0
run: echo y | /usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager --uninstall "build-tools;35.0.0"
- name: List installed build-tools
run: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager --list_installed
- name: List android SDK files
run: ls -Rl /usr/local/lib/android
run: echo y | /usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager --uninstall "build-tools;35.0.0" "platforms;android-35"
- name: Build release with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit ba6f2a6

Please sign in to comment.