Skip to content

Commit 52cb7dc

Browse files
authored
Add Gradle setup step to workflow
1 parent 7021177 commit 52cb7dc

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
@@ -155,6 +155,11 @@ jobs:
155155
java-version: '17'
156156
cache: 'gradle'
157157

158+
- name: Setup Gradle
159+
uses: gradle/actions/setup-gradle@v4
160+
with:
161+
gradle-version: '9.1.0'
162+
158163
- name: Install Android NDK via SDK Manager
159164
run: |
160165
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "ndk;23.1.7779620"

0 commit comments

Comments
 (0)