Skip to content

Commit

Permalink
Action: Remove deprecated gradle-build-action
Browse files Browse the repository at this point in the history
This patch removes deprecated gradle-build-action in android.yml

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 authored and jaeyun-jung committed Apr 23, 2024
1 parent a76e44b commit ae74e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build
uses: gradle/actions/setup-gradle@v3
- name: Run build
run: ./gradlew build
- name: Upload nnstreamer-api aar
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ae74e36

Please sign in to comment.