Skip to content

Commit

Permalink
fix(ci): try to make snapshot with previous solution
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Aug 7, 2024
1 parent 7f9f2f7 commit c93d056
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
- name: Fetch git tags
run: ./.github/fetch_to_tag.sh

# Download and set up an older version of the Android Command Line Tools
- name: Download Android Command Line Tools (older version)
run: |
wget https://dl.google.com/android/repository/commandlinetools-linux-6609375_latest.zip -O commandlinetools.zip
unzip commandlinetools.zip -d ${ANDROID_SDK_ROOT}
rm commandlinetools.zip
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 9477386

- name: Set up Java 8
uses: actions/setup-java@v1
Expand Down

0 comments on commit c93d056

Please sign in to comment.