File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ jobs:
10
10
# https://github.com/firebase/snippets-android/issues/602
11
11
runs-on : ubuntu-22.04
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
+ - name : Check Snippets
15
+ run : python scripts/checksnippets.py
14
16
- name : set up JDK 17
15
- uses : actions/setup-java@v1
17
+ uses : actions/setup-java@v4
16
18
with :
17
19
java-version : 17
18
- - name : Check Snippets
19
- run : python scripts/checksnippets.py
20
- - name : Install NDK
21
- run : echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
20
+ distribution : temurin
22
21
- name : Build with Gradle (Pull Request)
23
22
run : ./build_pull_request.sh
24
23
if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments