mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
tweak preview-apk workflow
This commit is contained in:
parent
7ec87f55b6
commit
6c1a3c850a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/preview-apk.yml
vendored
6
.github/workflows/preview-apk.yml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ndk-version: r27
|
ndk-version: r27
|
||||||
|
|
||||||
|
- name: Validate Gradle Wrapper
|
||||||
|
uses: gradle/actions/wrapper-validation@v4
|
||||||
|
|
||||||
- name: Compile core
|
- name: Compile core
|
||||||
env:
|
env:
|
||||||
ANDROID_NDK_ROOT: ${{ steps.setup-ndk.outputs.ndk-path }}
|
ANDROID_NDK_ROOT: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||||
|
@ -42,9 +45,6 @@ jobs:
|
||||||
export PATH="${PATH}:${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin/"
|
export PATH="${PATH}:${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin/"
|
||||||
scripts/install-toolchains.sh && scripts/ndk-make.sh
|
scripts/install-toolchains.sh && scripts/ndk-make.sh
|
||||||
|
|
||||||
- name: Validate Gradle Wrapper
|
|
||||||
uses: gradle/wrapper-validation-action@v1
|
|
||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
run: ./gradlew --no-daemon assembleGplayDebug
|
run: ./gradlew --no-daemon assembleGplayDebug
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue