From faafdcbbd8768a869c293f2afb02d750ca0f80a7 Mon Sep 17 00:00:00 2001 From: Christopher Day Date: Wed, 15 Jan 2025 12:15:10 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8301b3d3..8648478b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: Get-ChildItem -Path "C:/Android/android-sdk/cmdline-tools/latest/bin" C:/Android/android-sdk/cmdline-tools/latest/bin/sdkmanager.bat --list C:/Android/android-sdk/cmdline-tools/latest/bin/sdkmanager.bat "platforms;android-29" - C:/Android/android-sdk/cmdline-tools/latest/bin/sdkmanager.bat "build-tools;28.0.3" + C:/Android/android-sdk/cmdline-tools/latest/bin/sdkmanager.bat "build-tools;28.0.3" "build-tools;29.0.2" Get-ChildItem -Path "C:/Android/android-sdk/build-tools" Get-ChildItem -Path "C:/Android/android-sdk/platforms" Get-ChildItem -Path "C:/Android/android-sdk/platform-tools"