Skip to content

Commit 2932d09

Browse files
committed
switch ci to use android-actions/setup-android@v3
maxim-lobanov/setup-android-tools is no longer working with github CI and it hasn't been updated in 4 years.
1 parent 1d0d45f commit 2932d09

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ jobs:
1919
with:
2020
gradle-version: 7.3.1
2121
- name: "[Setup] Android"
22-
uses: maxim-lobanov/setup-android-tools@v1
22+
uses: android-actions/setup-android@v3
2323
with:
24-
packages: |
25-
platforms;android-31
26-
build-tools;31.0.0
27-
cache: true
24+
cmdline-tools-version: 10406996
25+
log-accepted-android-sdk-licenses: false
2826
- name: "[Test] Linting"
2927
working-directory: OneSignalSDK
3028
run: |

0 commit comments

Comments
 (0)