mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 11:21:18 +08:00
Update android.yml
This commit is contained in:
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
@@ -32,10 +32,10 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.gradle/caches/build-cache-*
|
~/.gradle/caches/build-cache-*
|
||||||
key: gradle-builds-${{ github.sha }}
|
key: gradle-builds-${{ github.sha }}
|
||||||
- name: Clone blockmiui
|
- name: init submodule
|
||||||
run: git clone https://github.com/Block-Network/blockmiui.git
|
run: |
|
||||||
- name: Clone DexBuilder
|
git submodule init
|
||||||
run: git clone https://github.com/LSPosed/DexBuilder.git
|
git submodule update
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
|
|||||||
Reference in New Issue
Block a user