Skip to content

Commit 09b5411

Browse files
test gradle setup action
Signed-off-by: João Loureiro <175489935+joaoloureirop@users.noreply.github.com>
1 parent e058106 commit 09b5411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn --frozen-lockfile
2929
shell: bash
3030
- name: Build Android test app
31-
uses: gradle/gradle-build-action@v2
31+
uses: gradle/actions/setup-gradle@v2.1.3
3232
with:
3333
gradle-version: wrapper
3434
arguments: -PnewArchEnabled=${{matrix.newArchEnabled}} --no-daemon clean build check test

0 commit comments

Comments
 (0)