Skip to content

Commit 39c021e

Browse files
committed
Add Android SDK root env
1 parent 6d95e64 commit 39c021e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

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

9+
env:
10+
ANDROID_SDK_ROOT: /android/sdk
11+
912
jobs:
1013
build:
1114
# runs-on: 'runs-on=${{ github.run_id }}/runner=maps-android-arm64/tag=mapbox-gestures-android'
1215
runs-on: ubuntu-latest
1316
container:
1417
image: mbgl/android-base:latest
1518
steps:
19+
- name: Android Home
20+
run: echo "ANDROID_SDK_ROOT = $ANDROID_SDK_ROOT"
1621
- name: Checkout repository
1722
uses: actions/checkout@v4
1823

0 commit comments

Comments
 (0)