Skip to content

Commit abca133

Browse files
committed
Change image to android-sdk
1 parent 39c021e commit abca133

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@ on:
66
pull_request:
77
branches: [ '**' ]
88

9-
env:
10-
ANDROID_SDK_ROOT: /android/sdk
11-
129
jobs:
1310
build:
1411
# runs-on: 'runs-on=${{ github.run_id }}/runner=maps-android-arm64/tag=mapbox-gestures-android'
1512
runs-on: ubuntu-latest
1613
container:
17-
image: mbgl/android-base:latest
14+
image: mbgl/android-sdk:latest
1815
steps:
19-
- name: Android Home
20-
run: echo "ANDROID_SDK_ROOT = $ANDROID_SDK_ROOT"
2116
- name: Checkout repository
2217
uses: actions/checkout@v4
2318

0 commit comments

Comments
 (0)