From c1df3f3b58011d20a670e3701c9d975d72d1973b Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Fri, 20 Sep 2024 12:50:46 +0100 Subject: [PATCH] Back out cmdline tools change. Breaks ubuntu build due to being compiled for a later Java. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59e124ce1..1d502c985 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}