Skip to content

Commit

Permalink
Back out cmdline tools change.
Browse files Browse the repository at this point in the history
Breaks ubuntu build due to being compiled for a later Java.
  • Loading branch information
prbprbprb committed Sep 20, 2024
1 parent 6f3d497 commit c1df3f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
include:
- platform: ubuntu-latest
tools_url: https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
tools_url: https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip
- platform: macos-latest
tools_url: https://dl.google.com/android/repository/commandlinetools-mac-11076708_latest.zip
tools_url: https://dl.google.com/android/repository/commandlinetools-mac-9477386_latest.zip
- platform: windows-latest
tools_url: https://dl.google.com/android/repository/commandlinetools-win-11076708_latest.zip
tools_url: https://dl.google.com/android/repository/commandlinetools-win-9477386_latest.zip

runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit c1df3f3

Please sign in to comment.