Skip to content

Commit

Permalink
Update snapshot_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RyensX committed Sep 11, 2024
1 parent 5d1302f commit 2470427
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/snapshot_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Set NDK
uses: nttld/setup-ndk@v1
- name: Set up Android SDK
uses: android-actions/setup-android@v2
with:
ndk-version: r27
local-cache: true
- run: ndk-build NDK_PROJECT_PATH=/home/runner/work/moonlight-next/ APP_BUILD_SCRIPT=/home/runner/work/moonlight-next/app/src/main/jni/Android.mk NDK_APPLICATION_MK=/home/runner/work/moonlight-next/app/src/main/jni/Application.mk
sdk-version: '34'
ndk-version: '27.0.12077973'


- name: Set Cache
uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 2470427

Please sign in to comment.